• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

css style funzt nicht

und was geht daran nicht??

aber hab was gefunden was nicht so richtig aussieht! (rot markiert)

Code:
<style type="text/css">
<!--
A:link {text-decoration: none; font-weight:bold; color: "666666"}
A:visited {text-decoration: none; font-weight:bold; color: "666666"}
[COLOR=red]FF0000A:active[/COLOR] {text-decoration: none; font-weight:bold; color: "666666"}
A:hover {text-decoration: none; font-weight:bold; color: "0000ff"}
//-->
</style>

wäre besser das so zu schreiben:
Code:
[COLOR=red]A:active[/COLOR] {text-decoration: none; font-weight:bold; color: "666666"}
 
ups... auch gerade gesehen, hab vergessen das style einzufügen.
sorry leutz, aber auch danke für den tipp :)
 
Zurück
Oben