View Full Version : Alignin in Center.. All resolutions


bonkas
04-14-2003, 03:53 AM
Hello everyone i was wondering if there was a code i could use to align a picture in the very center ov the page... vertically center and horozontally center and it will stay centered with all resolutions..

epolady
04-14-2003, 03:56 AM
You would have to use tables i.e.

<table width="100%" height="100%">
<tr><td valign="middle" align="center">
<img src="yourimage.gif">
</td></tr></table>

bonkas
04-14-2003, 03:57 AM
Thank you very much for the fast reply :)