hice este codigo
Código PHP:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>aaa</title>
</head>
<style>
td a { background-color : #000FF;width:100%;height:100%;};
td a:hover { background-color : #FF00FF;width:100%;height:100%;};
</style>
<body>
<table width = "50%">
<tr><td height ="80" bgcolor="#C0C0C0">
<a href ="#">enlace 1</a>
</td></tr>
<tr><td bgcolor="#C0C0C0">
<a href ="#">aaa</a>
</td></tr>
<tr><td bgcolor="#C0C0C0">
<a href ="#">aaa</a>
</td></tr>
</table>
</body>
</html>
porque si le sacamos el height:100% queda centrado pero no se ilumina toda la celda
alguna ayuda please.
gracias