Hi,
a {color: #000000;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
Das ist aber etwas anderes als nur a:link / a:visited zu formatieren.
Du formatierst nämlich auch a-Elemente, die keine Links sind, wie z.B. <a name="bla">bla</a>, während mit
a:link, a:visited { /* ... */ } nur echte Links (also a-Elemente mit href-Attribut) formatiert werden.
cu,
Andreas
--
MudGuard? Siehe http://www.mud-guard.de/
MudGuard? Siehe http://www.mud-guard.de/