Robię stronkę www która oczywiście zawiera menu i mam pewien problem zrobiłem takie niby guziki tylko jak robię link to jest do samego tekstu a nie do całego guzika i nie mam pojęcia jak to zmienić ;/
Kod
<table width=170 height=150 border=0 cellPadding=0 bgcolor=#000000 cellSpacing=1><tr>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="index.html"><b>Strona główna</b></A>
</td>
</TR>
<tr>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="222222.html"><b><font color="red">222222</font></b></A>
</td>
</TR>
<tr>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="333333.html"><b>333333</b></A>
</td>
</TR>
<tr>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="444444.html"><b>444444</b></A>
</td>
</TR>
<tr>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="555555.html"><b>555555</b></A>
</td>
</TR>
<TR><TD></TD>
</tr></table>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="index.html"><b>Strona główna</b></A>
</td>
</TR>
<tr>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="222222.html"><b><font color="red">222222</font></b></A>
</td>
</TR>
<tr>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="333333.html"><b>333333</b></A>
</td>
</TR>
<tr>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="444444.html"><b>444444</b></A>
</td>
</TR>
<tr>
<td bgcolor=#5bc9fc HEIGHT=30 style="cursor: hand; padding-left:5;" onMouseOver='onColor(this);' onMouseOut='offColor(this)'>
<A HREF="555555.html"><b>555555</b></A>
</td>
</TR>
<TR><TD></TD>
</tr></table>
Pomoże ktoś?