HI !
Versuch mal den hier:
<style type="text/css">
<!--
a:link { text-decoration: none}
a:hover { color: F75E62; text-decoration: none}
a:active { color: F75E62; text-decoration: none}
a:visited { text-decoration: none}
-->
</style>
Hoffe geholfen zu haben :)
alfons
Hi, Alfons,
Tip am Rande:
Falsche Reihenfolge, sö wär´s richtig:
a:link
a:visited
a:hover
a:active
Eine falsche Reihenfolge führt dazu, daß einzelne Anweisungen unter bestimmten Umständen nicht mehr ausgeführt werden.
Gruß
Kurt