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.

Code for adding pictures to the Table Rows?

2 posters

Go down

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
avatar
Amdir
New Member

Posts : 10
Reputation : 0
Language : Swedish

Back to top Go down

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;
}
ankillien
ankillien
Energetic

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

Back to top Go down

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
avatar
Amdir
New Member

Posts : 10
Reputation : 0
Language : Swedish

Back to top Go down

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
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum