Sieht halt so aus, als wenn padding nach oben und unten nicht 2 sondern 20 px wären.
<html><head>
<style>
table
{
padding:0px;
margin:0px;
}
td
{
padding:0px;
margin:0px;
}
.test
{
background:#c0d9f7;
FONT-WEIGHT:bold;
font-size:0.7em;
FONT-FAMILY:Arial, Helvetica, sans-serif;
padding:2px;
}
</style>
</head>
<body>
<table border="1">
<tr>
<td class="test"><a href="#">TEST</a></td>
</tr>
<tr>
<td>TEST</td>
</tr>
</table>
</body>
</html>
bei mir nicht.
Kann es sein das du den Links noch irgendeine Formatierung mit gibst? sowas wie border?
Struppi.