De lujo JavierB, muchas gracias, era lo que buscaba :)
Código PHP:
<html>
<head>
<style type="text/css">
a:link { text-decoration: underline }
a:hover {
text-decoration: none;
color: #f60;
background-color: transparent;
}
table {width:300px; border-collapse:collapse}
td {border:1px solid black}
td a {width:100%; height:100%; display:block}
td a:hover {background:F0F0F0}
</style>
</head>
<body>
<table>
<tr>
<td><a href="pagina1.html">Enlace 1</a></td>
<td><a href="pagina2.html">Enlace 2</a></td>
</tr>
</table>
</body>
</html>