| How to Link an Image
- Place an image on to the page using this tutorial
- Once inserted, click on the image to select it.
Once selected, it will have small square dots around it as in the example below:

- Then go up to the tool bar above the image and move your cursor
a little to the right of the Table button, a hidden button will appear, click on it, you will now be in the HTML editor.

- Locate the <IMG tag of the image you want to link -- in this case it is the a picture of an iMac.

- Now, insert this code before the <IMG tag:
<a href="http://www.yourlink.com">
Replacing "www.yourlink.com" with the link -- in this case it is http://www.apple.com
- Be sure that you have the "http://", as it is required.
If you want to make an email link out of the image, instead of "http://www.yourlink.com" put "mailto:your@emailaddress.com" .
- Now locate the end of the <IMG tag (border=0>), and insert this code:
</a>

- Click "Save Changes"
- Then click "View Live Site"

- Now, navigate to the page that you were just editing. and place your mouse cursor over the image, a hand should appear over the image,
and if you click on it, itwill go to the link you just created.
| |