2

Is there a way to strike out an entire table row (line-throuth the whole cell, not just the text)?

I have tried applying

text-decoration:line-through; 

at both the column & row level, but this only strikes out the text, not the entire cell.

Is there a way to strike the entire row?

yoozer8
  • 7,361
  • 7
  • 58
  • 93
RameshVel
  • 64,778
  • 30
  • 169
  • 213
  • 1
    Possible duplicate of [Linethrough/strikethrough a whole HTML table row](http://stackoverflow.com/questions/4619542/linethrough-strikethrough-a-whole-html-table-row) (I know this is an older question, but that one has a better answer) – Peter Turner Jan 25 '16 at 16:53

1 Answers1

3

Probably the easiest way to do this, if all the rows are the same height, is to apply a background image to it that just has a big line through the center, the same color as the test.

Tyler Carter
  • 60,743
  • 20
  • 130
  • 150