View Single Post
  #2  
Old 07-22-2009, 11:19 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Fixed width page, centered in browser?

Whichever div that comes after <body> in the layout put this:

margin-left:auto;
margin-right:auto;


You may also have to use padding such as this:

padding-left:30px;
padding-right:30px;
__________________
- Shane Munroe
Reply With Quote