Can some body fix this??

Discussion in 'CSS' started by Awareness, Sep 2, 2007.

  1. #1
    Awareness, Sep 2, 2007 IP
  2. killerj

    killerj Active Member

    Messages:
    765
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    95
    #2
    its done using CSS .
    here's what i found tweaked .
     body, html {
    margin: 0px;
    padding: 0px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF; 
    line-height: 15px;
    
    background-color: #900E3B;
    background-image:url( [B]URL TO THE IMAGE[/B] );
    background-repeat:repeat-x;
    background-position:top left;
    text-align: center;
    }
    
    Code (markup):
     
    killerj, Sep 2, 2007 IP
  3. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    In the AdminCP for the forums, you'll need to head into the Styles & Templates > Style Manager section. Then select your current theme, if default, I'd recommend creating a new one, then in the drop down select "Main CSS" and start playing with the colors.
     
    GWiz, Sep 2, 2007 IP