Skip to Main Content



1Links Pages - General Content

Boxes on these pages contain links and widgets in groupings or links and widgets with training instructions.

  Image and Link template in a Rich Text box

Box Type: RICH TEXT with HTML Source Editor

Copy and paste the script below, replacing the items in brackets [ ] with your information to add a link with an image to a rich text page.

NOTE: If you don't want to limit the size of the image, delete height="[IMAGE HEIGHT]" width="[IMAGE WIDTH]"

<p>
<a href="[URL OF WEBPAGE]" title="[TITLE GOES HERE]" target="_blank"><img alt="[IMAGE NAME HERE]" src="[URL OF IMAGE LOCATION]" height="[IMAGE HEIGHT]" width="[IMAGE WIDTH]" /></a>
</p>

NOTE OF WARNING: Very large images will NOT compress by simply changing the size of them. Make sure you edit your image to the correct size or ask someone who knows how to compress images to help you!