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
  • 6,966
  • 6
  • 47
  • 84
RameshVel
  • 60,384
  • 28
  • 166
  • 207
  • 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
  • 57,335
  • 20
  • 122
  • 148