Also,
doctype ist html 4.01 strict.
so siehts bis jetzt im CSS aus:
a.button:link {display: block;
width: 250px; height: 250px;
background-image:url(button1.jpg);
font: normal normal 30px Arial;
color:#000000;
text-decoration: none;}
und so im HTML-Bereich:
<table cellpadding="0" cellspacing="0">
<tr>
<td><a class="button" href="">button1</a></td>
<td><a class="button" href="">button2</a></td>
</tr>
<tr>
<td><a class="button" href="">button3</a></td>
<td><a class="button" href="">button4</a></td>
</tr>
</table>