04.07.2008, 08:44
Probier´ mal das:
Ersetze dabei #YYYYYY und #XXXXXX durch die gewünschten Farbwerte.
PHP-Code:
.postmsg a, .postmsg a:link, .postmsg a:visited {
text-decoration:none !important;
border-bottom: 1px dotted #YYYYYY;
padding-bottom: 1px;
}
.postmsg a:active, .postmsg a:hover {
text-decoration:none !important;
border-bottom: 1px solid #XXXXXX;
padding-bottom: 1px;
}
Ersetze dabei #YYYYYY und #XXXXXX durch die gewünschten Farbwerte.