Currently, I have implemented the following CSS:
.entry a {
padding: 2px 0 0 8px;
background: transparent url(images/link_arrow_light.gif) left top no-repeat;
text-decoration: underline;
}
It is functioning correctly, but the image is being added to all links (including images and h3 tags).
Is there a way in CSS to make the image only appear next to links that are within p-tags?