Alexander Tragseil: Fehlerhafte Formatierung nach Auslagern von CSS Spezifikationen

Beitrag lesen

Wenn ich bei meiner Homepage die Stylesheetformatierungen in eine externe Datei auslagere, werden mailto: Verweise (alle anderen schon) nicht mehr richtig formatiert. Hier meine externe Datei:

<style type="text/css">
a:link { text-decoration: none ; font-weight: bold ; color: #990000 }
a:visited { text-decoration: none ; font-weight: bold ; color: #990000 }
a:active { text-decoration: none ; font-weight: bold ; color: #990000 }
a:hover { text-decoration: underline ; font-weight: bold ; color: #000000 }
</style>

Vielleicht kann mir hier jemand helfen, vielen Dank im Voraus.

Alexander