I have this :
<div class="blog-page-nav-previous">
<a href="my-link" class="blog-link"><<Previous</a>
</div>
I'm trying to find all instances of the class blog-page-nav-previous
and replace the text inside the <a>
tag: <<Previous
with an image of my own.
How do I do that?