Help with CSS. Content / Perimiter different colors.

Discussion in 'CSS' started by Topfrog007, Nov 20, 2008.

  1. #1
    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?
     
    Topfrog007, Nov 20, 2008 IP
  2. ditt0

    ditt0 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    ditt0, Nov 20, 2008 IP