![]() |
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 |
css:
A:link { TEXT-DECORATION: none } gruss, snowman |
geht net :heul:
hab eine zentrale css-datei - aber des sollte eh keinen unterschied machen oder? |
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 |
geht, danke :)
|
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