sandra: darstellung von text-links

Beitrag lesen

1:
<head>
<style>
 A{
 text-decoration:underline;

color:#362872
 }
 A:hover
 {
  text-decoration:none;
  font-weight: bold;
  color:#000000;

}
 A:visited .....
        A:active  .....

</style>
</head>

2. <a href=".." onfocus="this.blur();">

Gruss, Sandra