View Single Post
  #6 (permalink)  
Old May 11th, 2007, 10:54
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Are you able to explain this? I'd be grateful

Proper coding to center the div is
Code: Select all
#main, #links, #footer, #logo, #menu, #content {
margin: 0 auto;
}
Reply With Quote