Hallo,
ich habe ein problem mit dem Anker
<html>
<head>
<title></title>
<meta name="author" content="Matthias">
<style type="text/css">
a:link{
color:black;
text-decoration: none
}
a:visited{
color:#ff0000;
text-decoration: none
}
a:hover{color:#f00000;
text-decoration:underline
}...