Css code for changing background 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.
3 posters

    Css code for changing background

    avatar
    CharRose
    New Member


    Posts : 20
    Reputation : 0
    Language : English

    Css code for changing background Empty Css code for changing background

    Post by CharRose January 4th 2009, 7:48 am

    The white part on the Background........ Like if your on the home page....... and there is the white under the forums is there a code to change that so I can add my own background image to it???

    Charlotte
    Adiex
    Adiex
    Active Poster


    Male Posts : 1014
    Reputation : 33
    Language : er?
    Location : back alive & kicking xD

    Css code for changing background Empty Re: Css code for changing background

    Post by Adiex January 4th 2009, 8:04 am

    hello there,
    mind if telling what forum version you did use there? because different version use different type of css lmao Wink
    avatar
    nimiel
    Forumember


    Male Posts : 519
    Reputation : 0
    Language : english
    Location : PH

    Css code for changing background Empty Re: Css code for changing background

    Post by nimiel January 4th 2009, 8:10 am

    are you using invision?
    avatar
    CharRose
    New Member


    Posts : 20
    Reputation : 0
    Language : English

    Css code for changing background Empty Re: Css code for changing background

    Post by CharRose January 4th 2009, 6:49 pm

    phpBB3 Is the one I am using

    Thank you
    Charlotte
    avatar
    Guest
    Guest


    Css code for changing background Empty Re: Css code for changing background

    Post by Guest January 4th 2009, 7:10 pm

    background-image: url(' {image url} ');
    background-attachment: fixed; (or scroll)
    background-repeat: repeat/repeat-x/repeat-y/no-repeat; (choose one)

    The code will be placed close to the beginning of your CSS under 'body'. Smile