View Full Version : Centering page?


Akira4420
05-27-2003, 02:26 PM
ok so when i open my webpage maker thing that I got from homestead it fills up my page and it looks center. but when I go to the site itself it does not cover the entire page and everything is off to the left. Is there anyway that I can get my pages to center no matter what settings people might have on their monitors?

thanks

Alcy
05-27-2003, 06:19 PM
You could put your page inside one giant table....

<table width="100%" height="100%" border=0 cellpadding=0 cellspacing=0>
<tr>

<td align="center" valign="center">
PAGE HERE
</td>

</tr>
</table>