I style.css content så har jag följande kod:
Kod:
#content a {
color: #2AA4CF;
text-decoration: none;
border-bottom: 1px dashed #9DC916;
font-weight: bold;
}
#content a:hover{
color: #9DC916;
text-decoration: none;
border-bottom: 1px dashed #2AA4CF;
font-weight: bold;
}
Sedan så har jag några bilder som länkar men jag vill inte ha en linje under bilden. Jag har testat massvis med olika sätt men inget har fungerat. Hur gör jag?