Home › Forums › CSS › [Solved] Table alternating row colors not working › Reply To: [Solved] Table alternating row colors not working
March 9, 2015 at 2:33 pm
#197723
Participant
You’re giving the rows different, alternating colors, but the cells within the rows are still white (which will override the row color).
So, remove the background color on the TD.
And remove the /(odd) or (2n 1)/
as this is not the proper way of adding comments.