Turning Images into Links
A guide to converting your images into clickable links.
Turning your images into links on Clubs & Activities, Co-Curricular Organizations, Extra-Curricular Activities, and Student Government pages:
1. Click Edit Page.
2. Click once to select the image you want to link, and then click the HTML icon.
You'll see the HTML behind the page. Somewhere in the code, you'll see your img tag. It looks like this:
<img src="/a/aps.edu/valle-vista-elementary/links/image.jpg" border="0" width="10" height="10">
4. Place your cursor right before the first < and type:
<a href="THE LINK YOU WANT TO POINT TO">
and then place your cursor after the last image bracket and type:
</a>
Your code should now look like this:
<a href=”http://www.aps.edu”><img src="/a/aps.edu/comanche-elementary/links/card_catalog.jpg" border="0" width="200" height="200"></a>
Where the bolded text is the code you just typed.
5. Click the Update button.
6. Click the Save button.
You should now be able to click on the image, and be redirected to the desired page.


