Zaczynam pisać stronkę która bazuje na pliku index.php. Oczywiscie w tym pliku w HEAD mam kod:
<link rel="styl" href="styl.css" type="text/css" />
W pliku index.php jest include do lewego menu którego kod wygląda tak:
<table style="margin-bottom: 1px;" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="100" class="uni_01" style="font-weight: bold;"> Główne Menu </tr> <tr> <td colspan="2" class="block"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="link" style="text-decoration: none;"> <img src="skorka/grafika/p.gif"> <img src="skorka/grafika/p.gif"> <img src="skorka/grafika/p.gif"> <img src="skorka/grafika/p.gif"> <img src="skorka/grafika/p.gif"> <img src="skorka/grafika/p.gif"> </tr> </table> <BR>
Z tego całego kodu chodzi mi o:
...
<td class="link" style="text-decoration: none;">
Jak widać odwołanie do klasy która wygląda tak:
.link { text-decoration: none; color: #666666}
Dlaczego gdy odwołuje się do klasy nadal mam nieładne linki z podkreśleniem?
Pozdrawiam