The code below works fine in IE but in Netscape the link does not work at all.
Is there something missing or is there a way to make the link work for the whole row in Netscape?
<table width=80% align=center>
<a href="fred.htm">
<tr>
<td>Text1</td>
<td>Text2</td>
</tr>
</a>
<tr>
<a href="fred.htm">
<td>Text1</td>
<td>Text2</td>
</a>
</tr>
</table>
Thanks,
Rich.
Is there something missing or is there a way to make the link work for the whole row in Netscape?
<table width=80% align=center>
<a href="fred.htm">
<tr>
<td>Text1</td>
<td>Text2</td>
</tr>
</a>
<tr>
<a href="fred.htm">
<td>Text1</td>
<td>Text2</td>
</a>
</tr>
</table>
Thanks,
Rich.