HTML Information

HTML can be confusing but can also be a great tool. You can use HTML to write your cache pages and add many features not available in the tools provided by the basic GroundSpeak Editor.

gone_350.png

We have been asked for a GoNE logo for people to add to their Geocache listing. A logo has been created and here is how you can add it to your page.

Support Logo



Adding GoNE logo to your new cache page

When you create a new geocache listing there is a button labeled source. When you click on that you can then use HTML in the description fields on the cache page.

Source

Add the following HTML to the bottom of your cache page to display the logo.

</br><center><a href="http://www.geocachersofne.com"><img src="http://geocachersofne.com/logo/support_logo.jpg" alt="Support Gone" style="width:200px;height:204px;" /></a></center>

Adding GoNE logo to a previous cache page

When you edit a geocache listing there is a check box for using html on your listing. To get there open your geocache listing. On the right side you have admin tools and can click edit.

Edit

Make sure the box for "The descriptions are in html" is checked.

HTML

Add the following HTML to the bottom of your cache discription to display the logo.

</br><center><a href="http://www.geocachersofne.com"><img src="http://geocachersofne.com/logo/support_logo.jpg" alt="Support Gone" style="width:200px;height:204px;" /></a></center>