Add link to image from text link

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

If you can change your markup, so that the <img> is within the <a>, that would make it easier!