Page is a not externally linkable
- WebmasterWorld
-- Webmaster General
---- Center and Left Justify Web Pages Depending Upon the Window Width


Corey_Bryant - 9:11 pm on Jan 19, 2009 (gmt 0)


Hopefully you are also relying on an external sheet to help you maintain the consistency of the layout as well.

Here is another example
body
{
margin:0px auto;
padding: 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.0em;
text-align: left;
background: #fff;
color: #000;
}
div.wrapper
{
width: 921px;
margin: 0px auto;
text-align: center;
}
div.maincontainer
{
width:960px;
text-align: left;
}

And then in your HTML code, something like
<div id="wrapper">
<div id="maincontainer">Lorem Ipsum
</div>
</div>


Thread source:: http://www.webmasterworld.com/webmaster/3827154.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com