Hallo Zusammen,
in einer css-Datei habe ich ein globales Format für Links definiert.
a:link { text-decoration:none; font-weight:bold; color:#ffff4a; }
a:visited { text-decoration:none; font-weight:bold; color:#ffff4a; }
a:hover { text-decoration:none; font-weight:bold; letter-spacing:1 }
a:active { text-decoration:none; font-weight:bold; color:#ffff4a; }
Dies funktioniert wunderbar.
Nun habe ich auf einer Webseite zwei verschiedene Arten von Links. Für die einen passt es wenn der Standard verwendet wird. Allerdings möchte ich genau zwei Links anders belegen.
Kann mir da jemand einen Tipp geben?
Grüsse Roland