Hi,
und hier das ganze noch mal in CSS
Das muß in denn Header bereich:
Code:
<style type="text/css">
.link
{
font-family: verdana;
color: #ffffff;
font-size: 12px;
display: block;
}
.link:hover
{
background-color: #0099ff;
color: #000000;
}
</style>
Und hier die fertige Tabelle:
Code:
<table width="200px" height="50px" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><a href="test.htm" class="link">Test</td>
</tr>
</table>
So, das sollte eigentlich klappen.
by tranc3r