are you looking to replace text links, e.g. foot.ie with an image you can click on instead?
That's pretty straightforward, it's <a href="[destination url]"><img src="[image to click on]" /></a>
so to make an image of a ball stored as ball.jpg redirect to foot.ie, you would use <a href="http://foot.ie"><img src="ball.jpg" /></a>
Bookmarks