add ANSG to your cache listing

To add the logo and text to your geocache listing, use the code below.  Highlight the code, then copy it.  Then edit the geocache listing, and make sure the editor is showing the "Source" view (the green button with "</> Source" on it) .  Paste the code in where you want the logo to appear.

Below is an alternate version of the code. It is meant to not "break" when you switch between HTML and the visual editor on the geocaching site (using the "</> Source" button).  Feedback is welcome message juniorwoodchuckhuey on the geocaching message system with comments.

<!-- start ANSG badge HTML -->
<p style="text-align:center;"><br />
<a href="http://nsgeocaching.com/" target="_blank"><img alt="NS Geocaching logo" src="https://img.geocaching.com/cache/cd1aee97-9dd4-4118-aa80-d7f9bc51ba1c.jpg" width="120" /></a></p>
<p style="text-align:center;"><span style="color:#0000ff;"><strong>This cache owner<br />
supports the<br />
Association of Nova Scotia Geocaching</strong></span><br /><br />
</p>
<!-- end ANSG badge HTML -->

Note: The image in the above code is small (120 pixels wide) to help it load fast.  If you want to use a bigger image, there is one at

https://img.geocaching.com/cache/0f3b4475-3f47-4713-8907-e2ad6e937f1b.jpg

Deprecated: The older HTML code below was replaced with the newer HTML code above in late May 2024.  The way the old code centered the text wasn't compliant with the geocaching editor.  The centering would be removed by the editor if you switched between HTML source code and the visual editor.

<!-- start ANSG badge html --><br />
<br />

<p align="center"><a href="http://nsgeocaching.com/" target="_blank"><img width="120" src="https://img.geocaching.com/cache/cd1aee97-9dd4-4118-aa80-d7f9bc51ba1c.jpg" hspace="6" alt="NS Geocaching logo" border="0" /></a><br /></p>

<p align="center"><b><font color="##0000FF" size="2">This cache owner<br />

supports the<br />

Association of Nova Scotia Geocaching</font></b><br />

<br />

<!-- end ANSG badge html--></p>