02-28-2008, 09:58 PM
|
#3 (permalink)
|
|
The Acquainted
Join Date: Oct 2007
Posts: 170
Thanks: 18
|
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; */
|
|
|
|