View Single Post
Old 10-25-2008, 03:35 PM   #4 (permalink)
FSX
The Wanderer
 
FSX's Avatar
 
Join Date: Oct 2008
Posts: 15
Thanks: 0
FSX is on a distinguished road
Default

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.
__________________
61924
FSX is offline  
Reply With Quote