Liebe Helfer/Innen
Wie binde ich CSS in ein HTML-dokument ein?
Ich dachte dies ginge einfach in dem ich z.B dies in
<style type="text/css">
<!--
a:hover { font-weight:bold; color:rgb(219,173,15); text-decoration:none }
a:link { font-weight:bold; color:#0000E0; text-decoration:none }
a:visited { font-weight:bold; color:#000080; text-decoration:none }
a:active { font-weight:bold; color:#E00000; text-decoration:underline }
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }
//-->
</style>
mein HTML dokument einfüge.
Aber weder IE, FF oder Safarie geben etwas von dem aus.
Was mach ich fallsch?
Liebe Grüsse
Beni