Code to change background of chatbox *PUNBB* Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Code to change background of chatbox *PUNBB*

    ddog
    ddog
    Forumember


    Posts : 50
    Reputation : 0
    Language : english

    Code to change background of chatbox *PUNBB* Empty Code to change background of chatbox *PUNBB*

    Post by ddog August 6th 2011, 3:47 pm

    Hey,

    I need the CSS code to change the background of the chatbox to an image background?

    Thanks in advance.

    Forum Version: Punbb
    Forum link: smallians.123.st
    Ahmedvirus
    Ahmedvirus
    Forumember


    Male Posts : 321
    Reputation : 59
    Language : English

    Code to change background of chatbox *PUNBB* Empty Re: Code to change background of chatbox *PUNBB*

    Post by Ahmedvirus August 6th 2011, 5:32 pm

    hi
    try this css

    Code:
        body.chatbox {
        background-image : url(link image);
        background-color : #dddddd;
        border : 2px dotted #0db4fc;
        }