whoknows361
Technical User
Hello, I need help understanding how to center an entire webpage - so that the page is centered despite the resolution of the user. I understand how to do it by adding a table using:
<body>
<table width="100%" height="678" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
"layer here"
</tr>
</table>
</body>
but it only seems to work that whatever layer I put in the "layer here" section above is centered - but I can't have a whole page centered! Some pages I have have over 30 layers in them - and I want them all spaced evenly despite the resolution in the center of the screen. wait maybe I answered my own question - can I have a central all encompassing layer that is centered & have all my other layers within that layer - will that keep my spacing correct & my page centered?
<body>
<table width="100%" height="678" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
"layer here"
</tr>
</table>
</body>
but it only seems to work that whatever layer I put in the "layer here" section above is centered - but I can't have a whole page centered! Some pages I have have over 30 layers in them - and I want them all spaced evenly despite the resolution in the center of the screen. wait maybe I answered my own question - can I have a central all encompassing layer that is centered & have all my other layers within that layer - will that keep my spacing correct & my page centered?