hel celle skal være et link
Hej eksperter...Jeg har denne kode:
<table cellpadding="0" cellspacing="0" border="0" width="589" border="1" style="border: 1px solid black"
style="border-collapse: collapse" height="17">
<tr>
<td class="td" onMouseover='this.style.backgroundColor="#333333"'
onMouseOut='this.style.backgroundColor="#3D444A"' width="90"><font size="1"><a
href="forsiden.html">Forsiden</a></font></td>
<td class="td" onMouseover='this.style.backgroundColor="#333333"'
onMouseOut='this.style.backgroundColor="#3D444A"' width="90"><font size="1"><a
href="profil.html">Profil</a></font></td>
<td class="td" onMouseover='this.style.backgroundColor="#333333"'
onMouseOut='this.style.backgroundColor="#3D444A"' width="90"><font size="1"><a
href="referencer.html">Referencer</a></font></td>
<td class="td" onMouseover='this.style.backgroundColor="#333333"'
onMouseOut='this.style.backgroundColor="#3D444A"' width="90"><font size="1"><a
href="kompetencer.html">Kompetencer</a></font></td>
<td class="td" onMouseover='this.style.backgroundColor="#333333"'
onMouseOut='this.style.backgroundColor="#3D444A"' width="90"><font size="1"><a
href="links.html">Links</a></font></td>
<td class="td" onMouseover='this.style.backgroundColor="#333333"'
onMouseOut='this.style.backgroundColor="#3D444A"' width="90"><font size="1"><a
href="kontakt.html">Kontakt</a></font></td>
</tr>
</table>
som den er nu er det kun der hvor der er tekst som er link, men kan jeg gøre en hel "td" til et link?
mvh Ranger
