
Chcę, żeby po "ulinkowieniu" obrazków nadal pozostały takie.
A one zamiast tego przeistaczają się w coś takiego.
Korzystałem już z <span style="text-decoration: none"> (umieściłem to <td><a href=link.html>TUTAJ<img src=obrazek.jpg></a></td>
Korzystałem także z
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<title>podkreślenie linku</title>
<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
w sekcji <head>
Obie metody nie pomogły.