Superposing text on images [WEB]
Hey,you should notice that some sites have real text that isn't emebeded on images.
There is the usual <div> method however,that one get's boring after a while >.<
Isn't there an easier[Quicker] Method or some kind of software that would let me put the text where i want to then get the code ? o_o
Re: Superposing text on images [WEB]
You don't want to use <div>'s because they are boring... :/
<div style="background-image:url("background.png");">Text</div>
There is no quicker/easier method
Re: Superposing text on images [WEB]
Yah that would be the best way but you could use a floating div on top of it, although it's very sloppy and not as reliable as a background img (background imgs can be typed on).
You could also do a gd image. Where you actuall merge the txt and img into 1, but it's a little on the advanced side of php =)
If you wait for me to finish my site in a few weeks or so then I'll have one setup where you can enter whatever txt you want where ever you want on an image, plus I'll even host it lol. I'm excited about it XD
Re: Superposing text on images [WEB]
What the heck you coder pros scare me =[ I know HTML and Java but not that much INTO is if you will. But don't be scared to show ur skillz~"Gone wit yo lil bad self" LMFAO!!
Re: Superposing text on images [WEB]
Yeah, using GD lib is cool too. A pitty GD is very slow :(
PS: Raziel.D: Or did you mean that you just have text on your webpage? Just type any text you want between the <body> tags...