Need HELP with CSS background color

Discussion in 'CSS' started by iComunik, Oct 21, 2007.

  1. #1
    Hi guys,

    This is my first time posting in the CSS section, maybe someone can help me out with my CSS for a blog I am building.

    What I need to know is how to change the color of the background or adding a background image to my blog WITHOUT changing the content (columms) which I want to leave white.

    My blog is www.ibrowsehere.com and currently the background is all white. Now I wish to change the color but leaving the content area color unchanged. Could anyone help me with the CSS code?


    If you can help me out, I will give a link to your site forever on the blog.


    Thanks,
     
    iComunik, Oct 21, 2007 IP
  2. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #2
    body { background:#000; }
    div#wrapper { background:#fff; }
     
    soulscratch, Oct 21, 2007 IP
  3. iComunik

    iComunik Peon

    Messages:
    141
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It worked!!

    If you have a site and would like a link, PM me.


    Thanks again,
     
    iComunik, Oct 21, 2007 IP