Hola, Shargo y Carcass.
Si se va a utilizar un enlace y ya que estamos en el Foro de Css, se podría hacer algo así:
Código PHP:
<html>
<head>
<style>
td a {width:100%; height:100%; background:yellow}
td a:hover {background:aqua}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table>
<tr>
<td><a href="#">Enlace</a></td>
</tr>
</table>
</body>
</html>
Espero que resulte útil. Saludos,