View Full Version : text placing


happydreamlover
04-11-2003, 04:08 PM
hi (^-^)
If i have a picture which is placed at the left and i want to put words at the end of the picture, how do i do it? Also, how do i put the words after the picture, at the bottom?
ThanX if u could help =)

MaGiCSuN
04-11-2003, 06:03 PM
for words on the picture use divs:

<div style="position:absolute; left: #px; top:#px">
text here</div>

and change # to the pixels where you want to place the text.

for below the image i'm not sure, depends on what you used for the image to make it appear left. If you used align="left" then i would use this code:

<div align="left">
<img src="urlhere.gif" border=0 width="#" height="#"><br>
text here
</div>

Love,
mirna