SyntaxFix
Write A Post
Hire A Developer
Questions
You can't style the <tr>s themselves, but you can give the <td>s inside the "highlight" <tr>s a style, like this
<tr>
<td>
tr.highlight td {padding-top: 10px; padding-bottom:10px}