Salut !
Tu fais par exemple pour une cellule de 50*25 :
<table>
<tr>
<td>
<a href="page.htm" style="display: block; width: 50px; height: 25px; margin: 0; background-color: #00f; color: #fff; text-decoration: none; text-align: center; line-height: 25px;>Mon lien</a>
</td>
</tr>
</table>


