Ich habe bei meiner neuen HP einige Probleme mit CSS...
Ich habe mir eine externe *.css Datei angelegt, aus der ich die Stylesheets hole. Das klappt auch so weit, aber nicht so wie ich es will!
Ich habe z.B. definiert:
Code: Alles auswählen
#adresse a:link
{color:#000000; text-decoration:none ;font-family:verdana, arial; font-size: 10pt;}
#adresse a:visited
{color:#000000; text-decoration:none ;font-family:verdana, arial; font-size: 10pt;}
#adresse a:active
{color:#000000; text-decoration:none ;font-family:verdana, arial; font-size: 10pt;}
#adresse a:hover
{color: #0C5E61; text-decoration:none ;font-family:verdana, arial; font-size:10pt;}
#text {color:#000000; text-decoration:none ;font-family:verdana, arial; font-size: 10pt;}
Code: Alles auswählen
<td> <a id="text">blabla</a> / <a id="adresse" href="http://jonasboehl.de">blabla</a> / <a id="adresse" href="index.php">blabla</a></td>
Habe ich einen generellen Fehler bei der Einbindung gemacht?
Danke für eure Hilfe!
Grüße Jonas