si es una celda, debería ser algos así:
Código PHP:
<style>
.a:hover{
cursor:pointer;
background-color:yellow;
}
</style>
<table width="0" border="1" cellspacing="2" cellpadding="5">
<tr bgcolor="#CCCCCC">
<th>Archivo</th>
<th>Versión</th>
</tr>
<tr>
<td class="a" onClick="javascript:location.href='http://www.rarlab.com/rar/wrar420.exe'">winrar</td>
<td>4.20x86</td>
</tr>
<tr>
<td class="a" onClick="javascript:location.href='http://www.rarlab.com/rar/winrar-x64-420.exe'">winrar</td>
<td>4.20x64</td>
</tr>
</table>
le aplique estilo para que se note como un link
salu2