I'm using
a::after {
content: " »";
}
to style links. It works:
<a href="#">Some linked Text</a>
Sadly I now get a „»“ after linked images, what I don't want that:
<a href="#"><img src="test.jpg"></a>
What do I have to change in order to get „»“ after linked words, but not after linked images?