URL: https://www.overclockers.at/coding-stuff/noch_eine_frage_22346/page_1 - zur Vollversion wechseln!
Sorry für die vielen fragen, hab aber in selfhtml nichts gefunden .
Wie kann ich verhindern dass links unterstrichen sind ?
thx
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
thx ....
overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025