Darthshoot
Neues Mitglied
Hallo!
Ich will Hyperlinks in Blau färben und ohne Unterstreichung.
Die CSS Datei funktioniert, aber nur der Teil, wo die Hyperlinks bearbeitet werden funktioniert nicht.
Wo ist der Fehler?
Danke im Voraus.
MfG Darthshoot
Ich will Hyperlinks in Blau färben und ohne Unterstreichung.
Die CSS Datei funktioniert, aber nur der Teil, wo die Hyperlinks bearbeitet werden funktioniert nicht.
Code:
a:link {text-decoration: none; text-color: #6699CC;}
a:visited {text-decoration: none; text-color: #6699CC;}
a:active {text-decoration: none; text-color: #6699CC;}
a:hover {text-decoration: none;}
Wo ist der Fehler?
Danke im Voraus.
MfG Darthshoot