David: Formatierung von einem Bild in einem Link

Beitrag lesen

hallo

ich habe

a {
text-decoration: none;
background: transparent;
color: #39526b;
border-bottom: dotted 1px #39526b;
}

a:hover {
background: transparent;
color: #5a84b5;
border-bottom: dotted 1px #5a84b5;
}

a:active {
border-bottom: solid 1px #5a84b5;
}

jetzt habe ich ein bild als link. das bild wird jetzt auch mit punkten untendrunter dargestellt. wie kann ich das wegmachen?

danke