Guten Morgen
Ich bin da nochmal über die Links gestolpert
Links sind per css vorformatiert
Wie erreiche ich, dass ich auf einer bestimmten Seite einen bestimmten Link anders formatieren kann?
Wenn ich den style-tag um einen bestimmten Link baue
a:link { font-weight:bold; color:#0000E0; text-decoration:none }
a:visited { font-weight:bold; color:#000080; text-decoration:none }
a:hover { font-weight:bold; color:#E00000; text-decoration:none }
a:active { font-weight:bold; color:#E00000; text-decoration:underline }
<a href="http://www.yahoo.de/">Yahoo (Verzeichnis)</a><br>
wirkt sich das trotzdem auf alle links der Seite aus.
Wer hat eine Idee?
Bedanke mich für jeden Hinweis.
Zsolt