Change table background color
-
I can’t change the background of table rows.
I tried to change at tr level :
<tr style=”background-color:red;”>Or at custom css level :
table {
tr:nth-child(even) {background: blue}
tr:nth-child(odd) {background: #FFF}
}But it has no impact on the background!
Could you please help ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change table background color’ is closed to new replies.