Verfasst: 25.07.2006 08:46
Hi ....
So sollte der Block dann in der css-Datei aussehen. Jetzt musst du nur noch Schriftgröße bzw. Farbe anpassen.
Markus
Code: Alles auswählen
.topicfarbe { font-size : 11px; color : #FF0000; }
a.topicfarbe { text-decoration: none; color : #FF0000; }
a.topicfarbe:visited { text-decoration: none; color : #FF0000; }
a.topicfarbe:hover{ text-decoration: underline; color : #FFFFFF; }

Markus