Thread
:
centering content div in firefox
View Single Post
#
5
(
permalink
)
Jun 28th, 2007, 17:22
BGarner
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.
BGarner
View Public Profile
Find all posts by BGarner