View Full Version : How do I anchor an image to the center of the page?


cloudchick3
04-09-2003, 01:03 AM
I want an image to be in the center of the page no matter what size the window is, help please!

zangerbanger
04-09-2003, 01:26 AM
<div style="position: absolute; top: # of pixels from top; left: # of pixels from left;">

<img src="YOUR IMAGE">

</div>

Xiphias
04-09-2003, 02:46 AM
<p align="center"><img src="img.gif"></p>

or

<center><img src="img.gif"></center>