noch eine frage

Seite 1 von 1 - Forum: Coding Stuff auf overclockers.at

URL: https://www.overclockers.at/coding-stuff/noch_eine_frage_22346/page_1 - zur Vollversion wechseln!


Ezekiel schrieb am 08.01.2002 um 19:17

Sorry für die vielen fragen, hab aber in selfhtml nichts gefunden .
Wie kann ich verhindern dass links unterstrichen sind ?
thx


Tex schrieb am 08.01.2002 um 19:32

geht mit css:

<style type="text/css">
a:active { text-decoration: none}
a:hover { text-decoration: none }
a:link { text-decoration: none }
a:visited { text-decoration: none }
</style>

ps: da kannst du dann natürlich noch wesentlich mehr verschiedene formatierungen anwenden


Ezekiel schrieb am 08.01.2002 um 19:52

thx ....




overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025