This tutorial is designed to teach you to Link an image you have on your page to another page on your site or another site.
You will need an image of your choice titled "graphic.png" and a related webpage's URL to link it to.
First you will paste the Websites link into the HTML code
Next, you will add your image with the following code (insert this in the area you left blank):
Your image will probably look like this (with a border around the linked graphic):
If you would like that to go away, add the attribute border="0px" to your link so your code looks like this:
That's all! Your image should now link to your website when you click on it!