M
M.Siler
How do I make a the full row a hyperlink? I've tried putting the <a></a>
around the <tr></tr> tag but that doesn't work.
<tr bgcolor="#EBD5B3" onMouseOver="javascript:style.background='#FBE5C3'"
onMouseOut="javascript:style.background='#EBD5B3'">
<td width="20"> </td>
<td width="23"> </td>
<td width="4"> </td>
<td width="350"><font face="Tahoma" size="2">
<a onmouseover="title="External Link will open in a new Window"
target="_blank" href="http://www.countyhistory.com/grant/start.html">Grant
County</a></font></td>
<td width="10"> </td>
</tr>
around the <tr></tr> tag but that doesn't work.
<tr bgcolor="#EBD5B3" onMouseOver="javascript:style.background='#FBE5C3'"
onMouseOut="javascript:style.background='#EBD5B3'">
<td width="20"> </td>
<td width="23"> </td>
<td width="4"> </td>
<td width="350"><font face="Tahoma" size="2">
<a onmouseover="title="External Link will open in a new Window"
target="_blank" href="http://www.countyhistory.com/grant/start.html">Grant
County</a></font></td>
<td width="10"> </td>
</tr>