View Full Version : Page Centering


efil4bobegnops
02-12-2003, 12:13 AM
I was wondering if there was anyway to center my page, not only from left to right but also from top and bottom. Do you know what I mean? I want to do it to this page...please check it out and tell me if you have an idea how to do it.

My Site (http://www21.brinkster.com/knome/v5/)

Alcy
02-12-2003, 12:22 AM
One way would be to shove your entire page into a giant table....

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

<td valign=center align=center>
LAYOUT CODE HERE
</td>

</tr>
</table>