Link bei HTML

Status
Nicht offen für weitere Antworten.
M

Mike

Hallo!!!!!!!!!!!!

Wer kann mir sagen wie ich es hin bekomme das ein normaler Texlink nicht mehr unterstrichen ist?????

Farbe, Schrieft alles kein Problem aber immer ist das Sch... ding unterstrichen.


Danke
 
Probiers mal so:

<html>
<head>
<title>Links, die nicht unterstrichen sind</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
A{text-decoration: none }
-->
</style>
</head>
<body>
<a href="http://www.oberarzt.org">Nicht Unterstrichen</a>
</body></html>

"A{text-decoration: none }" is das wichtige ;-)

Viel Spass

[Editiert von Klon am 04.01.2001 um 14:39]
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück