If you have a div id wrapper with width:800px margin:0 auto; isn't the
text-align:center redundant? I've only ever used

#wrapper {
   margin:0 auto;
   width:800px;
   text-align:left;
}

I've never put text-align:center on body.

Actually all you need is to specify a width (it can be relative or fixed)
and use
margin-left:auto;
margin-right:auto;
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to