Hi Folks, I recently purchased a site. www(dot)dogsymptoms.org. In an effort to make it more user friendly I've decided to make the content area have a white background, while the perimeter area remains brown. I went through the CSS file and tried (one at a time) changing all the background color tags to white. Then I'd reload the site and check out the changes, if it wasn't what I wanted I undid the changes kept going down the list. Eventually I got to the end, with no luck. Can anyone point me in the right direction?
Add "background:#fff" to the #content in css and change the height of #footc to 0px. I hope that's what you want. If you want the tabs on a white background as well, then add "background #fff" to the #wrapper.