WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   html, links formatieren (http://www.wcm.at/forum/showthread.php?t=91644)

Zwergerl 19.03.2003 08:38

html, links formatieren
 
ich weiß es geht und ich hab es auch schon gemacht, aber ich habs vergessen :rolleyes:

wie definiere ich einen link (mit html und/oder css), dass er NICHT unterstrichen wird im text? bis ich das im selfhtml gefunden hab, bin ich alt..... :D

snowman 19.03.2003 08:44

css:

A:link { TEXT-DECORATION: none }

gruss,
snowman

Zwergerl 19.03.2003 08:52

geht net :heul:

hab eine zentrale css-datei - aber des sollte eh keinen unterschied machen oder?

kju 19.03.2003 09:08

probiers amal so:

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }

dann sollt si eigentlich gar nix ändern

Zwergerl 20.03.2003 16:40

geht, danke :)

Miguel 22.03.2003 15:54

könntest es auch gleich so machen, dass der link beim anklicken die FArbe wechselt, z.B. so:

a:link { color:darkolivegreen; text-decoration:none; }
a:visited { color:darkolivegreen; text-decoration:none; }
a:active { color:darkgoldenrod; text-decoration:none; }


Alle Zeitangaben in WEZ +2. Es ist jetzt 23:29 Uhr.

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