Witam!
Robie stronkę głównie w FrontPage z microsoft offica... I mam pytanie jak zlikwidować podkreślenia linków w menu?? Odrazu mówię że obrazki zamiast napisów nie wchodzą w grę... Proszę o pomoc
podkreślenia
Re: podkreślenia
najlepiej w CSS
a {text-decoration:none;}
a {text-decoration:none;}
-
masterlool
- Nowy

- Posty: 67
- Rejestracja: wt gru 26, 2006 8:18 pm
Re: podkreślenia
W skryptach jest właśnie wpisane "none" ale w FireFox i tak są podkreślenia a w IE nie ma... Lecz widziałem strony w Firefoxie i podkreśleń nie było...7mm pisze:najlepiej w CSS
a {text-decoration:none;}
Re: podkreślenia
podaj prosze odpowiedni fragment (lub calosc) kodu twej strony - jest latwiej znalezc blad, niz pisac poradnik html+css...
Firefox jest zgodniejszy ze standartami pisania stron niz IE - kod akceptowany i czytany prawidlowo przez IE to z punktu widzenia prawidlowego html badziewie do kwadratu...
(nie przeszkadza to zauwazyc, ze IE czesto jest bardziej uniwersalny dzieki swemu dopasowywaniu sie do byle czego )
Firefox jest zgodniejszy ze standartami pisania stron niz IE - kod akceptowany i czytany prawidlowo przez IE to z punktu widzenia prawidlowego html badziewie do kwadratu...
(nie przeszkadza to zauwazyc, ze IE czesto jest bardziej uniwersalny dzieki swemu dopasowywaniu sie do byle czego )
-
masterlool
- Nowy

- Posty: 67
- Rejestracja: wt gru 26, 2006 8:18 pm
Re: podkreślenia
Kod: Zaznacz cały
<html>
<head>
<meta http-equiv="Content-Language" content="pl">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title>nowa strona</title>
<style fprolloverstyle>A:hover {color: #000000}
</style>
</head>
<body link="#FFFFFF" vlink="#FFFFFF" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<table border="0" width="140" id="table1" cellspacing="0" height="445">
<tr>
<td background="gfx\but.jpg" height="26" width="140" colspan="3">
<font face="Arial" size="1">
</font>
<font face="Arial" style="font-size: 9pt"> <a href="menum.htm">
<span style=" text-decoration: none">Aktualności</span></a></font><font face="Arial" size="1"><img border="0" src="gfx/cc.gif" width="16" height="6"></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font face="Arial" size="1">
</font><font face="Arial" style="font-size: 9pt">
<a href="menum.htm"><span style="text-decoration: none">Historia</span></a></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font face="Arial" size="1">
</font><font face="Arial" style="font-size: 9pt">
<a href="menum.htm"><span style="text-decoration: none">link1</span></a></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font face="Arial" size="1"> </font><font face="Arial" style="font-size: 9pt">
<a href="menum.htm"><span style="text-decoration: none">Samorząd</span></a></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font size="1" face="Arial">
<a href="menum.htm"><span style="text-decoration: none">Koła zainteresowań</span></a></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font face="Arial" size="1"> </font><font face="Arial" style="font-size: 9pt">
<a href="menum.htm"><span style="text-decoration: none">Sekretariat</span></a></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font face="Arial" size="1">
</font><font face="Arial" style="font-size: 9pt">
<a href="menum.htm"><span style="text-decoration: none">Linki</span></a></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font face="Arial" size="1">
</font><font face="Arial" style="font-size: 9pt">
<a href="menum.htm"><span style="text-decoration: none">Galeria</span></a></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font face="Arial" size="1">
</font><font face="Arial" style="font-size: 9pt">
<a href="menum.htm"><span style="text-decoration: none">Osiągnięcia</span></a></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font face="Arial" size="1">
</font><font face="Arial" style="font-size: 9pt">
<a href="strona.php.htm"><span style="text-decoration: none">Plan Lekcji</span></a></font></td>
</tr>
<tr>
<td background="gfx\but.jpg" height="26" colspan="3"><font face="Arial" size="1"> <u>
</u>
</font><font face="Arial" style="font-size: 9pt">
<a href="menum.htm"><span style="text-decoration: none">Administracja</span></a></font></td>
</tr>
<tr>
<td background="gfx/bel.jpg" height="134" width="44" rowspan="2"> </td>
<td background="gfx\tlo.JPG" height="33" width="98"> </td>
<td background="gfx\tlo.JPG" height="134" width="9" rowspan="2"> </td>
</tr>
<tr>
<td background="gfx\tlo.JPG" height="148" width="98" valign="top">
<iframe name="I1" src="files/czas.htm" marginwidth="3" marginheight="3" scrolling="no" border="0" frameborder="0" width="88" height="37">
Twoja przeglądarka nie obsługuje ramek wbudowanych lub jest obecnie skonfigurowana tak, aby nie wyświetlać ramek wbudowanych.
</iframe></td>
</tr>
<tr>
<td background="gfx/bel.jpg" height="33" colspan="3"> </td>
</tr>
</table>
</body>
</html>Re: podkreślenia
spróbuj lepiej w ten sposób<a href="menum.htm"><span style="text-decoration: none">Linki</span></a>
<a href="menum.htm" style="text-decoration: none">Linki</a>
-
masterlool
- Nowy

- Posty: 67
- Rejestracja: wt gru 26, 2006 8:18 pm
Re: podkreślenia
7mm pisze:spróbuj lepiej w ten sposób<a href="menum.htm"><span style="text-decoration: none">Linki</span></a>
<a href="menum.htm" style="text-decoration: none">Linki</a>
Dzięki jesteście kochani a szczególnie kolega 7mm