WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Internet (http://www.wcm.at/forum/forumdisplay.php?f=8)
-   -   hyperlink ohne underline (http://www.wcm.at/forum/showthread.php?t=88336)

darkcobalt 17.02.2003 02:01

hyperlink ohne underline
 
hi ! ich habe folgenden stylesheet in meinem head stehen ! wie kann ich verhindern dass die hyperlinks unterstrichen werden ????


<style type="text/css">
body { color:#000000;font-family:verdana;font-size:10px;}
td { color:#505050;font-family:verdana;font-size:10.4px;}
a {font-family: verdana; text-decoration: none;}
a:link {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:active {color:#E3C86F;}
a:hover {color:#E3C86F;}
</style>

darkcobalt 17.02.2003 02:03

ah ja -----> übrigens
 
GUTEN MORGEN :))))))))))

BIG 17.02.2003 02:50

<style type="text/css">
body { color:#000000;font-family:verdana;font-size:10px;}
td { color:#505050;font-family:verdana;font-size:10.4px;}
a {font-family: verdana; text-decoration: none;}
a:link {color:#FFFFFF; text-decoration:none}
a:visited {color:#FFFFFF; text-decoration:none}
a:active {color:#E3C86F; text-decoration:none}
a:hover {color:#E3C86F; text-decoration:none}
</style>

Lg Rainer

darkcobalt 17.02.2003 03:22

:) tja --> war ja fast zu einfach
 
trotzdem vielen dank :)


Alle Zeitangaben in WEZ +2. Es ist jetzt 07:44 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag