1) Host or Find the Image that you want to be the image that represents the Link…
2) Get the URL (right click>properties>copy the URL)
3) Paste the URL where needed in the code below:

<a href="TARGET URL"><img src="IMAGE URL HERE" border=0></a>

4) Now you need your destination's URL - Go to the top of your browser and copy the page that you want the image to link to. (must begin with http://)

EXAMPLE

Adding a Hover Title

This is really simple, if you want a title such as the one in the example above where you hover over the image and it says something then after your IMAGE URL's last quotation mark type a space and then type title="TITLE GOES HERE".

Example Below:

<a href="TARGET URL"><img src="IMAGE URL HERE" title="TITLE GOES HERE" border=0></a>