Hola
carceron
Este código te puede servir:
Código PHP:
<html>
<head>
<style type="text/css">
#celda1 a {width:100%; display:block}
#celda1 a:hover {
color: #F5F5F5
}
</style>
</head>
<body>
<table>
<tr>
<td id="celda1" style="width:200px; background:red">
<a href='www.google.com'>texto dentro de celda</a>
</td>
</tr>
</table>
</body>
</html>
Saludos,