Hallo Forum
Ich hab da n kleines Probnlem und zwar mit CSS!
Vom Designer hab ich 2 unterschiedliche link typen bekommen, d.h. ich hab einen link der nicht unterstrichen ist und andere die wiederum unterstrichen sind!!
Wie mach ich das nun in einem CSS, dass ich unterstrichen hab und nicht?!
Mein aktuelles CSS sieht so aus:
.titel { color: #CC0033; font-weight:bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.impressum { color: #000000; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.meta { color: #CC0033; font-weight:bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a:link { color:#CC0033; text-decoration:none}
a:visited { color:#CC0033; text-decoration:none}
a:active { color:#999999; text-decoration:none}
body { margin-top: 0px; margin-left: 0px}
Ich wollte schon 2 CSS in den Browser einfügen doch dass ging auch nicht!
Wer kann mir helfen?!
Danke
Gruss
Oliver