View Single Post
  #5 (permalink)  
Old Jun 28th, 2007, 17:22
BGarner's Avatar
BGarner BGarner is offline
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: centering content div in firefox

I would create a wrapper of the width you want your site and then put
Code: Select all
margin: 0 auto;
Then you can lay out your site within that wrapper so the whole site is centered.
Reply With Quote