Difference between revisions of "HTML"

From GeoWiki
Jump to: navigation, search
m (Added Developers note to page)
Line 14: Line 14:
 
Copy and paste the code below to the bottom of your Cache Listing.  Convert your hint to [[ROT 13]] using a [http://www.degraeve.com/rot13.php ROT13 Translator] and copy and paste it over "Your Hint Here".<BR>
 
Copy and paste the code below to the bottom of your Cache Listing.  Convert your hint to [[ROT 13]] using a [http://www.degraeve.com/rot13.php ROT13 Translator] and copy and paste it over "Your Hint Here".<BR>
 
<BR>
 
<BR>
<nowiki><P></nowiki><BR>
+
<nowiki><p></nowiki><BR>
 
<nowiki><h2>Hints</h2></nowiki><BR>
 
<nowiki><h2>Hints</h2></nowiki><BR>
 
<nowiki><table width='100%'><tr></nowiki><BR>
 
<nowiki><table width='100%'><tr></nowiki><BR>
Line 21: Line 21:
 
<nowiki></tr></table></nowiki><BR>
 
<nowiki></tr></table></nowiki><BR>
 
<br>
 
<br>
 +
 +
==Cache Description with Background Image==
 +
http://gallery.geocaching.com.au/albums/album43/backgroundtocachetext.sized.jpg
 +
 +
Copy and paste the code, then change <nowiki>"http://BACKGROUND IMAGE URL HERE"</nowiki> to the link for your image (keep the "quotes" around the link), and replace "SENTENCE" with the text of your cache listing.<BR>
 +
<BR>
 +
 +
<nowiki><table border="0" cellpadding="50" cellspacing="0" width="90%" </nowiki><BR>
 +
<nowiki>background="http://BACKGROUND IMAGE URL HERE"></nowiki><BR>
 +
<nowiki><tr></nowiki><BR>
 +
<nowiki>  <td width="100%"></nowiki><BR>
 +
<nowiki>  <table border="0" cellpadding="5" cellspacing="0" width="100%" </nowiki><BR>
 +
<nowiki>bgcolor="#FFFFFF"></nowiki><BR>
 +
<nowiki>    <tr></nowiki><BR>
 +
<nowiki>    <td width="100%"><font face="Verdana" size="2">SENTENCE</font></nowiki><BR>
 +
<nowiki>      <p><font face="Verdana" size="2">SENTENCE</font></p></nowiki><BR>
 +
<nowiki>      <p><font face="Verdana" size="2">SENTENCE</font></p></nowiki><BR>
 +
<nowiki>      <p><font face="Verdana" size="2">SENTENCE</font></p></nowiki><BR>
 +
<nowiki>      <p><font face="Verdana" size="2">SENTENCE</font></p></nowiki><BR>
 +
<nowiki>      <p><font face="Verdana" size="2">SENTENCE</font></td></nowiki><BR>
 +
<nowiki>    </tr></nowiki><BR>
 +
<nowiki>  </table></nowiki><BR>
 +
<nowiki>  </td></nowiki><BR>
 +
<nowiki></tr></nowiki><BR>
 +
<nowiki></table></nowiki><BR>
 +
<BR>
 +
 +
 +
 
<h2>Development Note:</h2><br>
 
<h2>Development Note:</h2><br>
 
Development is currently underway with regard to hints on cache pages. See  
 
Development is currently underway with regard to hints on cache pages. See  
 
[[Geocaching_Australia_Development_List]] for details.
 
[[Geocaching_Australia_Development_List]] for details.

Revision as of 16:51, 13 May 2006

Listing and Logging using HTML

Geocaching Australia Cache Listings and Logs use HTML (Hypertext Markup Language), the same stuff webpages are made of. To get your post to display properly, with line breaks, you will need to know one or two markup codes:

<br> will insert a line break. Like pressing "Enter" to go to a new line.
<p> will start a new paragraph. Like pressing "Enter" twice!

Now things get a little bit tricker:
<img src=http://yourimagelink> will insert a picture. Copy and paste the code into your log, then copy the link to your image and paste it over the "http://yourimagelink" part. Don't use an image bigger than 640x480, it's too wide and messes up the screen!

A couple of other codes:
<b>bold</b>
<i>italic</i>

How to put ROT 13 Hints into your Cache Listing:

Copy and paste the code below to the bottom of your Cache Listing. Convert your hint to ROT 13 using a ROT13 Translator and copy and paste it over "Your Hint Here".

<p>
<h2>Hints</h2>
<table width='100%'><tr>
<td valign='top'><p>Your Hint Here</td>
<td valign='top' align='right'><p><a href='http://wiki.geocaching.com.au/wiki/ROT_13'>ROT 13</a>: <font face='Courier'>ABCDEFGHIJKLM<br>NOPQRSTUVWXYZ</font></td>
</tr></table>

Cache Description with Background Image

http://gallery.geocaching.com.au/albums/album43/backgroundtocachetext.sized.jpg

Copy and paste the code, then change "http://BACKGROUND IMAGE URL HERE" to the link for your image (keep the "quotes" around the link), and replace "SENTENCE" with the text of your cache listing.

<table border="0" cellpadding="50" cellspacing="0" width="90%"
background="http://BACKGROUND IMAGE URL HERE">
<tr>
<td width="100%">
<table border="0" cellpadding="5" cellspacing="0" width="100%"
bgcolor="#FFFFFF">
<tr>
<td width="100%"><font face="Verdana" size="2">SENTENCE</font>
<p><font face="Verdana" size="2">SENTENCE</font></p>
<p><font face="Verdana" size="2">SENTENCE</font></p>
<p><font face="Verdana" size="2">SENTENCE</font></p>
<p><font face="Verdana" size="2">SENTENCE</font></p>
<p><font face="Verdana" size="2">SENTENCE</font></td>
</tr>
</table>
</td>
</tr>
</table>


Development Note:


Development is currently underway with regard to hints on cache pages. See

Geocaching_Australia_Development_List for details.