Untitled Page

Banner Images

"No-LNG / Save Passamaquoddy Bay"
Website banner now available


If you have a website and would like to include a link to the Save Passamaquoddy Bay website, here's a banner that was kindly provided by Michael Chesley Johnson of Friar's Bay Studio Gallery on Campobello Island.

Conditions of Use

By using this banner you agree to its use only for the purpose of linking to the www.savepassamaquoddybay.org website and in order to promote saving Passamaquoddy Bay from LNG. No other use is permitted without the written consent of the artist.


Save Passamaquoddy Bay

Copy or Save the banner image above, and put it in an appropriate directory on your website.

  • Mac users: ctrl-click for menu > Save image to "[location on your hard drive]"
  • Windows users: right-click for menu > Save as...

Technical Stuff


Here's the HTML code to create a link with the banner (without a border) that goes to the Save Passamaquoddy Bay website in a separate window (assuming the image file is in the website's root directory):

<a href="http://www.savepassamaquoddybay.org/" target="_blank"><img src="banner_SPB.jpg" alt="Save Passamaquoddy Bay" width="300" height="35" border="0"></a>

To place the image file anywhere but in the root directory, you'll need to append the beginning of the "<img src="....> code with the actual pathname for the file on your Web server. Following is an example where the image file is located in the "images" subdirectory of your website:

<a href="http://www.savepassamaquoddybay.org/" target="_blank"><img src="images/banner_SPB.jpg" alt="Save Passamaquoddy Bay" width="300" height="35" border="0"></a>

Top Untitled Page