Hm… doesn’t seem to work or I’m doing something wrong. If you write it like above – img a:link- will this rule determine “a” or “img”?
My problem is that this rule
a, h2 a:hover, h3 a:hover {
color: #8B5742;
text-decoration: none;
font-weight: normal;
border-bottom: 1px dotted #8B5742;
}
also create a dotted border under each picture assigned with an url. How do I make a rule that overwrite the above for pictures? And where do I put it in the stylesheet? And, – do I need to include that rule as a class in the picture tag?
Thank you!