Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

help changing background.

edited January 2012 in Vanilla 2.0 - 2.8

http://ikorean.tv/bbs/

how can i change the white area into #333?
both top and bottom

Answers

  • style body. use firebug, it can help you find the solution to 99% of problems like this.

    grep is your friend.

  • x00 said:
    style body. use firebug, it can help you find the solution to 99% of problems like this.

    i have no idea

  • style the body tag

    body {
        background-color:#333;
    }
    

    These sort of question, fist step is to get a good book on css and html. Next step to arm yourself with tool like firebug.

    grep is your friend.

Sign In or Register to comment.