View Full Version : positioning...


squalls_dreams
03-01-2003, 03:10 AM
does anyone know if you could position an image..? and if so whats the html code to do it..?

Alcy
03-01-2003, 04:16 AM
<img src="IMAGE.GIF" style="position:absolute; top:#px; left:#px;">

Just change the #s :)

peachie
03-02-2003, 02:10 PM
or

<div style="position:absolute; top:#px; left:#px;">
<img src=img.jpg>
</div>

you can also change the top and left to right and bottom :)