Background picture 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

    Background picture

    avatar
    Waiwux
    Forumember


    Posts : 53
    Reputation : 0
    Language : Lithuanian and English

    Background picture Empty Background picture

    Post by Waiwux September 27th 2009, 2:36 pm

    Hi,i change my forum background and its not be changed.In Admin panel i see my changed background,but in forum is old background.What i do?
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Background picture Empty Re: Background picture

    Post by ankillien September 27th 2009, 3:39 pm

    Hello,

    Try doing it with CSS.
    Add this code to Admin CP> DIsplay > Colors > CSS and Submit.

    Code:
    body {
    background : url('IMAGE URL HERE') repeat !important;
    }