How to place an image with a link on your site


« Back to emblems and art for your site

Not sure how to update your website? Please contact your webmaster for assistance.

How to save an image for use on your website

How to add the image and set up a link on your website

Website editing programs usually have buttons that allow you to easily insert graphics and create links to other websites. If you would like to achieve this by adding HTML code to a page, here is a sample that you can copy, paste and modify:
<a href="http://www.charactercounts.org">
<img src="cc-bnr-coalition.gif" alt="Official Member - CHARACTER COUNTS! Coalition" border=0></a>

Modifying code for the link. The above code sets up a link to the CC! homepage. If you would like to link to the Pursuing Victory With Honor section, use this tag instead:

<a href="http://www.josephsoninstitute.org/sports">

Modifying code for the image. The above code for the "image source" (img src="cc-bnr-coalition.gif") will vary depending on which graphic you use. Also, if you file it in a subfolder, that will have to be included in the code. For example, if the graphic is uploaded to a subfolder called images, your code will be:

<img src="images/cc-bnr-coalition.gif">

Remember to upload both your modified webpage and the banner graphic. Please contact your webmaster if you need help uploading files.

Thank you for your support!

« Back to emblems and art for your site