Hallo zusammen,
ich möchte das links in einer bestimmten farbe und nicht unterstrichen angezeigt werden in einem Menü. Das klappt aber nicht der a:link funktioniert nicht die links sind unterstrichen, was mache ich falsch
<style type="text/css" media="screen"><!--
a:link { text-decoration: none; color: white; font-weight: bold }
a:hover { text-decoration: none; color: black; font-weight: bolder }
a:active { text-decoration: none; color: gray }
--></style>
</head>
<body>
<table>
<tr>
<td><a href="firma_mitarb.htm">Unsere Mitarbeiter</a></td>
gibt es den CSS VAlidierungsservice auf http://www.w3.org/ nicht mer?
Gruss
FLorian