Links in Tabellenzeile

Status
Nicht offen für weitere Antworten.

PC Freak

Erfahrenes Mitglied
Hallo, bei mir auf der seite sind alle links blau, jedoch will ich das in den Tabellen ZEILEN .headb die links weiss sind, da der hintergrund dort blau ist:

was binde ich dort jz ein, dass die links dort nur in weiss sind:

HTML:
.headb { background-image: url(http://community.mybboard.net/images/thead_bg.gif); color: white; background-color:white; padding:2px; font-weight:bold; text-align: left; text-decoration:none; }

Vielen Dank :)
 
Hi,

erweiter das Stylesheet folgendermaßen:

Code:
.headb a:link, .headb a:visited { 
color:#fff; 
font-weight:bold; 
text-decoration:none;
}

/* optional */
.headb a:hover { 
color:#ffff00; 
}
 
Status
Nicht offen für weitere Antworten.
Zurück