Beiträge von Christian im Thema „text hyperlink ohne unterstrich“

    Bau das hier einfach mal im Kopf ein:


    <style><!--
    a:active { color: #FF0000; text-decoration: none }
    a:hover { color: #33CC00; text-decoration: none }
    a:link { color: #FF0000; text-decoration: none }
    a:visited { text-decoration: none }-->
    </style>