[CSS] Problem mit Unterstrichenem Link

Kekskrümel
Hallo,

Also ich hab ein Problem mit meinen Links, die sind leider im Mozilla immer alle Unterstrichen (Bei IE nicht) Obwohl ich es in Frontpage immer Anti-Unterstreiche (Mir fällt grad kein andere Ausdruck dafür ein)

Hab schonmal nachgeschaut aber nichts gefunden, ich hoffe ihr könnt mir helfen.

Lg Kekskrümel
Kekskrümel
code:
1:
2:
<p><font size="2" face="Arial" color="#663300"><a href="Willkommen.htm" target="menue">
<font color="#663300"><span style="text-decoration: none">Startseite</span></font></a></font></p>


Das ist der Code
Kekskrümel
Hey,

push

weiß nimad eine Lösung?
Kekskrümel
push 2

Wei0 wirklich nimand eine Lösung?

Mich stören die Unterstrichenen Links echt ganz schön dolle traurig
.Mary
code:
1:
2:
3:
4:
5:
6:
7:
<style type="text/css">
<!--
A:link {text-decoration: none; }
A:visited {text-decoration: none; }
A:hover {text-decoration: none; height: 0; filter:blur}
A:active {text-decoration: none; }
//--></style>
Kekskrümel
Super danke, werds gleich mal ausprobieren!