Question
HyperLick entire Row
How do I hyperlink entire row with TDs
e.g
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
I need to create a an <a href> to wrap around the entire row so tha when user clicks any where within the row it is Hyperlinked
e.g
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
I need to create a an <a href> to wrap around the entire row so tha when user clicks any where within the row it is Hyperlinked