Home
HTML 101 - The basics of making your Cache pages stand out. - HTML 101 Print E-mail
Written by GenCuster   
Saturday, 05 May 2007
Article Index
HTML 101
Paragraphs
Line Breaks
Bold
Italics
Colours
Sizes
Lists
Hyperlinks

Ever wondered how some Cachers add those ‘special effects’ to their web pages? You know – bold print, italics, coloured text, large text, lists

  • List Item 1
  • List Item 2?

and hyperlinks :

 

Geocaching.com provide the ability to add simple HTML (Hyper Text Markup Language) code to your profile page and your cache pages. Your profile page is HTML enabled by default and geocaching.com will convert any text you enter there to HTML. You will still need the information below to enhance this page to suit yourself though. The rest of this tutorial will use the Report / Edit a Cache Page for examples.

 

When you add a cache description, it is entered in as plain text by default. Geocaching.com recognises the fact that you have pressed the <enter> key to start a new line. And that’s all.

HTML however, puts the control in your hands. You have to tell Geocaching.com that your web page is going to be HTML compliant. This is done by ticking the box on the Report / Edit a Cache Page.

 

Details
You can use HTML in any of the description fields below with the exception of JavaScript and other embedded code. If you do supply html you will need to check the box below for the text to render correctly.

The descriptions below are in HTML

Short Description
Location information, terrain and general difficulty levels, altitude, etc.

 

Ticking the box will enable markup tags in the text you enter. These tags control how a web browser displays the text on the page. Tags are always surrounded by angle brackets, <>. Some tags have attributes which can further specify the tags behaviour The tags control elements. Elements contain content.

 

The following topics follow on and build on each other. Have fun – it’s simple really!



Last Updated ( Monday, 06 August 2007 )