Hallo,
ich habe auf einer Website folgendes für die einbindung von Links gefunden. Von der Vorschau gefällt es mir sehr gut, aber leider weis ich nicht wo ich das im Quelltext unterbringen soll und wie ich das mit den Links mache. Es scheint so als wenn es verschiedene Scripts wären . Vor allem möchte ich auch wissen wie ich da die Farbe ändern kann.
<style type="text/css">
a.one:link {color: #ff0000}
a.one:visited {color: #0000ff}
a.one:hover {color: #ff00ff}
a.two:link {color: #ff0000}
a.two:visited {color: #0000ff}
a.two:hover {font-size: 150%}
a.three:link {color: #ff0000}
a.three:visited {color: #0000ff}
a.three:hover {background: #0000FF}
a.four:link {color: #ff0000}
a.four:visited {color: #0000ff}
a.four:hover {font-family: fixedsys}
a.five:link {color: #ff0000; text-decoration: none}
a.five:visited {color: #0000ff; text-decoration: none}
a.five:hover {text-decoration: underline}
</style>
Herzlichen Dank für die Hilfe und ein frohes neues Jahr,
Gruß
Bianca