Is there any reason you can't put a border around a <tr> in an html table using CSS
问题 I have a table and I have a tr with a class set to "underRow". In CSS I have: .underRow { border-bottom-color: #7a26b9; border-bottom-style: solid; border-bottom-width: 1px; } but the row border doesn't seem to be changing at all. If I move the class attribute down to the td's it works fine (but the issue is that I get a space in the middle where the padding is between the cells. I want to avoid this space and have one straight line below the row. Is there anything wrong with putting CSS