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
|