View Full Version : Quick Help--->text over pictures...is it possible?


Ayosu_Ling
03-14-2004, 05:35 AM
..without making it a backround, is there some way I can put text on top of a picture? Thanx...I'm kind of out of it, I haven't done HTML forever! if you could help I'd really appreciate it..

kicker91
03-14-2004, 05:39 AM
You can position text on an image using divs.

<div style="position:absolute; top:10px; left:10px;">
TEXT
</div>

Ayosu_Ling
03-14-2004, 05:42 AM
thanks a bunch---->later