Instructions for Downloading Web Banner Images

Download Instructions (DOC)

To download a web banner ad for use on your website, please do the following:

  1. Right-click (control-click on Mac) on the banner link and select "Save Target As…" or from the pop-up menu.
  2. A dialog box will open asking you where and how you wish to save the file. In the "File name" field, type in a name that corresponds to the image. Leave the "Save as type" field as "GIF image" or "JPEG"
  3. Save the image to the image directory on your web server. Or select a folder on your computer where your webmaster can access and save the image to the web server.
  4. Use the following html code when adding the banner to your web page. Change the red text to the file name of the image.

For Static Banners

Banner HTML code
Square Banner
(300 x 250 px)

<a href="https://www.pheaa.org"><img src="filename.jpg" width="300" height="250" border="0" alt="Learn about financial aid"/></a>

Horizontal Banner
(728 x 90 px)

<a href="https://www.pheaa.org"><img src="filename.jpg" width="728" height="90" border="0" alt="Learn about financial aid"/></a>

Vertical Banner
(160 x 600 px)

<a href="https://www.pheaa.org"><img src="filename.jpg" width="160" height="600" border="0" alt="Learn about financial aid"/></a>

For Animated Banners

Banner HTML code
Square Banner
(300 x 250 px)

<a href="https://www.pheaa.org"><img src="filename.gif" width="300" height="250" border="0" alt="Learn about financial aid"/></a>

Horizontal Banner
(728 x 90 px)

<a href="https://www.pheaa.org"><img src="filename.gif" width="728" height="90" border="0" alt="Learn about financial aid"/></a>