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

    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Background picture

    Post by petros_7 September 23rd 2011, 3:26 am

    Code:
     th {
         
          background-image: url("http://i43.servimg.com/u/f43/15/93/99/44/nav_bg11.gif");
            color: #ffffff;
            font-size: 12px;
            font-weight: bold;
            height: 21px;
            padding: 2px 3px;

    This code is for only forum...i want the code for the modules background...


    I have phpbb2 thank you!
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Background picture

    Post by Nera. September 23rd 2011, 3:34 am

    This?

    Code:
    td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
        background-color: #F4F4F4;
        background-image: url("http://i43.servimg.com/u/f43/15/93/99/44/nav_bg11.gif");
        border-style: solid;
        height: 28px;
    }
    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Re: Background picture

    Post by petros_7 September 23rd 2011, 3:35 am

    Nice thank you Nera Wink
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Background picture

    Post by Nera. September 23rd 2011, 3:37 am

    Welcome.

    Solved > Locked