Thread: body css
View Single Post
Old 02-28-2008, 09:58 PM   #3 (permalink)
maZtah
The Acquainted
 
Join Date: Oct 2007
Posts: 170
Thanks: 18
maZtah is an unknown quantity at this point
Default

And when you only want to have the container horizontally centered do something like this:

CSS Code:
div#container { margin: 0 auto; }
/* The shortened version for margin: 0 auto 0 auto; */
maZtah is offline  
Reply With Quote