Code for adding pictures to the Table Rows? 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 for adding pictures to the Table Rows?

    avatar
    Amdir
    New Member


    Posts : 10
    Reputation : 0
    Language : Swedish

    Solved Code for adding pictures to the Table Rows?

    Post by Amdir July 8th 2010, 8:03 pm

    Hello!

    I am just wondering what the code for putting a background of your own in the CSS code for the Table Row Colour 1 : Table Row Colour 2 : and Table Row Colour? My forum http://talanrien.forumotion.com

    Help is most appreciated!

    Best regards
    ankillien
    ankillien
    Energetic


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

    Solved Re: Code for adding pictures to the Table Rows?

    Post by ankillien July 9th 2010, 4:05 am

    Hello,

    In phpBB2, it is not possible to apply different background for alternating rows. However, it is possible with alternating columns.

    You can use this code...

    Code:
    .row1 {
    background : darkcyan;
    }
    .row2 {
    background : lightgreen;
    }
    .row3 {
    background : orange;
    }
    avatar
    Amdir
    New Member


    Posts : 10
    Reputation : 0
    Language : Swedish

    Solved Re: Code for adding pictures to the Table Rows?

    Post by Amdir July 9th 2010, 8:39 am

    Thank you, works great! Sorry for spamming the forum with questions Smile
    ankillien
    ankillien
    Energetic


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

    Solved Re: Code for adding pictures to the Table Rows?

    Post by ankillien July 9th 2010, 9:49 am

    Glad I could help Very Happy
    Asking questions isn't spam at all Wink Feel free to ask anything anytime (as far as it is about Forumotion xD)

    Solved > Locked