Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 17

CurtisOdenHotBlackJohnD5ericgilletteestlealf349141590patsjvtc74422 +7 guests

help changing background.

http://ikorean.tv/bbs/

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

Comments

  • x00x00
    Posts: 1,548

    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

  • x00x00
    Posts: 1,548

    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.