Hallo,
kann ich einem link, der ja eigentlich bereits über css eine bestimmte farbe annimmt, per css eine andere Farbe geben?
Also so z b.:
<a href="./index.php?Id=beispiel" font class="active">
Oder muß ich dann über <font color=...> gehen?
a.active { ... Grundeinstellung ... }
.cf00 { color:#f00; }
<a href="./index.php?Id=beispiel" font class="active cf00">
Kalle