[thelist] Centered Container DIV

Brian Cummiskey Brian at hondaswap.com
Tue May 24 09:18:45 CDT 2005


replace:

> 
> #body {
>     text-align: center;
> }

with:

#body {
	margin: 0 auto;
}



More information about the thelist mailing list