Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- centering a div


BeeDeeDubbleU - 8:08 am on Oct 23, 2012 (gmt 0)


I am not a CSS expert but I would normally do this by setting the left and right margins to auto as in.

#centered {
width: 960px;
margin-right: auto;
margin-left: auto;
}


Thread source:: http://www.webmasterworld.com/css/4511025.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com