Il seguente codice a me funziona:
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML LANG="IT">
<HEAD>
<TITLE> </TITLE>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style>
.miolink a{
padding:0px;
margin:0px;
text-decoration:none;
background-color:#000000;
width:100%;
display:block;}
.miolink a:hover{
padding:0px;
margin:0px;
text-decoration:none;
color:#66FF00;
background-color:#CC0000;
width:100%;
display:block;}
</style>
</HEAD>
<tr>
<BODY>
<table border="1" cellpadding="0" cellspacing="0">
<td class="miolink">
link
</td>
<td>testo testo testo testo</td>
</tr>
<tr>
<td>testo testo testo testo</td>
<td>testo testo testo testo</td>
</tr>
</table>
</BODY>
</HTML>