This is rather unconventional, but this is a choice between re-writing pages of HTML or finding a way to do it in CSS. I would like a <th>
to take up an entire row, forcing the one <td>
which follows it to be on the next row (so a <th></th> <td></td>
becomes a single column instead of two).
I have tried display: block, but that doesn't seem to cut it. What should I try?