Hi,
I have an image and a text link on a search results page.
I would like to add the link from the text link to the image. What would be the best way to do this?
My markup looks like this:
<div class="picture">
<img src="#" />
</div>
<a href="#" class="moreinfo">Text link</div>
Thanks