Kan der kun være to i css style?
Jeg kan ikke forstå at følgende ikke virker<html>
<head>
<style type="text/css">
<!--
.news:link {color: #000066 ; text-decoration: none ;}
.news:visited { color: #000066 ; }
.news:hover { text-decoration: underline ; }
.news:active { color: #000066 ; }
.biglink:link (color: #000 ; text-decoration: none;)
.biglink:visited ( color: #000;)
.biglink:hover (text-decoration: underline ;)
.biglink:active ( color: #000;)
.link:link {color: #0066CC ; text-decoration: none ;}
.link:visited { color: #0066CC ; }
.link:hover { text-decoration: underline ; }
.link:active { color: #0066CC ; }
.nlink:link {color: #000066 ; text-decoration: none ;}
.nlink:visited { color: #000066 ; }
.nlink:hover { text-decoration: underline ; }
.nlink:active { color: #000066 ; }
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><a href="s" class="link">test</a></p>
<p><a href="s" class="nlink">test</a></p>
<p><a href="s" class="biglink">test</a></p>
<p><a href="s" class="news">test</a></p>
</body>
</html>
Serveren er sat op vbscript, hvis det har noget af sige
jeg har også prøvet med a.link...... osv men det virker heller ikke
