10-25-2008, 03:35 PM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Oct 2008
Posts: 15
Thanks: 0
|
Code:
#wrapper { margin: 0 auto;width: 80% }
A width must also be defined if you would like the center the div. If you don't set one the DIV get a width of 100% like every block element would do.
The body { text-align: center } is only necessary if you want this to work in IE6.
|
|
|
|