In September 2020, Geocaching HQ changed how the geocaching website handled images on cache pages.
Older links to images will sometimes work - however, new cache pages should use images hosted on Geocaching HQ approved sites, where possible.
The COG logos/banners have been uploaded to Geocaching HQ’s site, where they can be inserted into cache pages directly.
If you wish to add HTML for COG images to your cache page :
Visit your cache page
Click Edit Listing
Scroll down to the Description section
Click on the </> Source button
Copy/paste the HTML code for the image you require (examples below) into the Description text box
Scroll down and click Save
For the 256x256 COG logo on the cache page, use this HTML code :
<p style="text-align:center"><img src="https://s3.amazonaws.com/gs-geo-images/a5654b6c-3228-4313-be12-7f74a9aa8a19.jpg" /></p>
For the 512x512 COG logo on the cache page, use this HTML code :
<p style="text-align:center"><img src="https://s3.amazonaws.com/gs-geo-images/985e0cf9-10e0-419a-9dcf-d5514882fcd9.jpg" /></p>
For the COG banner on the cache page, use this HTML code :
<p style="text-align:center"><img src="https://s3.amazonaws.com/gs-geo-images/13baa52f-eb55-4ce1-b677-0697f8c96895.jpg" /></p>