Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Simple CSS question


joshie76 - 3:40 pm on Aug 23, 2001 (gmt 0)


Why not use tables (or am I missing the point) - this can even be used to centre vertically and works in all browsers I've tested. Be sure to set your page margins to zero for vertical centering

<table width="100%" height="100%">
<tr>
<td align="center" valign="middle">

Your page goes in another table here....

<td>
</tr>
</table>


Thread source:: http://www.webmasterworld.com/css/35.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com