Forum Moderators: not2easy
You have to enclose the image in anchor tags, you'll have something similar to this:
<img src="yourimage.jpg" />
It has to be like this:
<a href="http://www.example.com">
<img src="yourimage.jpg" />
</a>
This is about as basic as it gets, I'd suggest reading some HTML tutorials.