Forum Moderators: not2easy
Here is the link : chubb.gregkilian.com
here is the css code
#wrapper { background-color: #FFFFFF; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; width: 801px;
thanks
here the doctype sorry
First, it would be simpler if you just do
#wrapper { width: 801px; height: 100%; margin: 0 auto; background-color: #FFF; }
Also, I assume the closing } missing from your css above is merely a copy/past error. If not, that may be your problem.
Marshall