caute,
da sa nejak spravit pomocou html aby bol cely riadok tabulky odkaz ? nieco taketo akurat ze toto nefunguje
Kód:
<table border="1">
<a href="nieco.html"><tr>
<td>toto su bunky tabulky</td>
<td>druha bunka</td>
</tr>
</a>
<tr>
<td>a toto je druhy riadok</td>
<td>tento riadok nieje odkazom</td>
</tr>
</table>