Hallo. Hab hier mal nen css gefunden, der eigentlich die Farbe des Links und dessen Hintergrundfarbe wechseln sollte. Das tut er aber nicht.
Brauche bitte dringend Hilfe !
Code:
<style type="text/css">
<!--
A:link {text-decoration: none; color: #cccccc;
font-family: verdana; font-size: 10pt; }
A:visited {text-decoration: none; color: #cccccc;
font-family: Verdana; font-size: 10pt; }
A:hover {text-decoration: underline; color: #ffffff;
font-family: Verdana; font-size: 10pt; }
A:active { color: #cccccc;
font-family: Verdana; font-size: 10pt; }
-->
</style>
Brauche bitte dringend Hilfe !