The standard way of selecting your image from the dropdown menu and inserting it into your page will not work when you need to add a link to it. Please follow the steps below.
Select the relevant code below, copy it and paste it into the page you want it to display in. Submit it.
Go to the 'Image Manager' and click on the thumbnail of the image you want (it must be uploaded here first).
This will open the image up in a new browser window. In the address bar at the top is the address (source) of where the image is located. You need to copy this.
Go back to the page that you pasted the original code into (see item 1).
Highlight the text that says 'Image Source Address'. Paste the image source address in.
"http://www.Insert_your_link_address_here" - Type in the web address you want to link to when the image is clicked where the blue text is displayed.
alt="Image Name" title="Image Name" - Type a description of the image where the blue text is displayed.
width="0" height="0" - Enter the relevant numbers for the size of your image. Click submit to save.
Go to your web page and test your link.
4.1 Image with a link opened in the same browser window
<ol>
<li>Insert your display text here</li>
<li>Insert your display text here</li>
<li>Insert your display text here</li>
</ol>
To add additional items to the numbered list add extra <li>Insert your display text here</li> inside the <ol> </ol> tags. Add as many as you need to create your list. The items will be automatically displayed with the next number in order ie: 1, 2, 3.