Adding More Than One Image To A Page
You may want to have more than one image on a page or maybe you want to make images or social networking icon link to a location off the site. Here’s how you do it:
1. Upload the image(s) you want to use into the image bank. Make sure they are sized correctly
2. In the image bank click on the image

then click on it again to reveal the physical location (you will see it up there in the browser url window) of the image.
3. Copy that location and insert it into an html image tag:
<img src="http://72.32.9.12/~robhaggart/gallery/original/facebook-icon.jpg" />
UPDATE: This following information for anchoring of images does not work properly because of a flash issue. We’re looking into it.
If you want to make the image into a link surround the image tag with the html link(anchor) tag:
<a href="http://facebook.com"><img src="http://72.32.9.12/~robhaggart/gallery/original/facebook-icon.jpg" /></a>
4. Hit save.


