<table>
<tr style="border:1px solid black"><td>hi</td></tr>
</table>
In FF7 I can see the border. In IE7 I see no border. How can I display the border for the row? I would like to avoid having to add borders at the td
level due to the complexity this adds determining column index for border placement.