Hola
Jat_ibo
Más bien creo que se refiere a que pongas así la celda:
<td><a href="uno.htm">SERVICIOS</a></td>
y pongas esto otro en el <head> de la página:
Código:
<style type="text/css">
td {text-align:center}
td a {width:100%; height:100%; display:block}
td a:hover {background-color:#0ff}
</style>
Saludos,