Difference between revisions of "HTML"

From GeoWiki
Jump to: navigation, search
(Cache Description with Background Image)
Line 7: Line 7:
 
<B><nowiki><img src=http://yourimagelink></nowiki></B> will insert a picture.  Copy and paste the code into your log, then copy the link to your image and paste it over the "<nowiki>http://yourimagelink</nowiki>" part.  Don't use an image bigger than 640x480, it's too wide and messes up the screen!<BR>
 
<B><nowiki><img src=http://yourimagelink></nowiki></B> will insert a picture.  Copy and paste the code into your log, then copy the link to your image and paste it over the "<nowiki>http://yourimagelink</nowiki>" part.  Don't use an image bigger than 640x480, it's too wide and messes up the screen!<BR>
 
<BR>
 
<BR>
A couple of other codes:<BR>
+
You can change the format of your text by using:<BR>
<B><nowiki><b>bold</b></nowiki></B><BR>
+
<B><nowiki><b>bold</b></nowiki></B> and<BR>
<B><nowiki><i></nowiki><i>italic</i><nowiki></i></nowiki></B><BR>
+
<B><nowiki><i></nowiki><i>italic</i><nowiki></i></nowiki></B> tags.<BR>
 
<BR>
 
<BR>
 +
Change the size, font and "color".<BR>
 +
'''<nowiki><font size="2" face="Verdana" color=red></nowiki>'''<BR>
 +
<B>Your text here.</B><BR>
 +
'''<nowiki></font></nowiki>'''<BR>
 +
There's a handy practice page [http://www.w3schools.com/html/tryit.asp?filename=tryhtml_font here] but you'll need to add the color attribute yourself. Chose from:<BR>
 +
'''<font color=aqua>aqua</font>,'''
 +
'''<font color=black>black</font>,'''
 +
'''<font color=blue>blue</font>,'''
 +
'''<font color=fuchsia>fuchsia</font>,'''
 +
'''<font color=gray>gray</font>,'''
 +
'''<font color=green>green</font>,'''
 +
'''<font color=lime>lime</font>,'''
 +
'''<font color=maroon>maroon</font>,'''
 +
'''<font color=navy>navy</font>,'''
 +
'''<font color=olive>olive</font>,'''
 +
'''<font color=purple>purple</font>,'''
 +
'''<font color=red>red</font>,'''
 +
'''<font color=silver>silver</font>,'''
 +
'''<font color=teal>teal</font>,''' and
 +
'''<font color=yellow>yellow</font>.'''<BR>
 +
And white if you want to mess around with changing your background colors.<BR>
 +
For other colors, you'll need the colors HEX value, here's a [http://www.w3schools.com/html/html_colornames.asp list].<BR>
 +
The safe fonts (ie ones most people are likely to have) are:<BR>
 +
<FONT face="arial">arial</FONT>,
 +
<FONT face="arial black">arial black</FONT>, <FONT face="comic sans ms">comic sans ms</FONT>,
 +
<FONT face="courier">courier</FONT>, <FONT face="courier new">courier new</FONT>,
 +
<FONT face="georgia">georgia</FONT>,
 +
<FONT face="helvetica">helvetica</FONT>, <FONT face="impact">impact</FONT>,
 +
<FONT face="palatino">palatino</FONT>, <FONT face="times new roman">times new roman</FONT>,
 +
<FONT face="trebuchet ms">trebuchet ms</FONT>, <FONT face="verdana">verdana</FONT>
 +
<BR>
 +
If you use a fancy font someone doesn't have installed on their computer, it will display using their default font.
 +
 
<H2>How to put [[ROT 13]] Hints into your Cache Listing:</H2>
 
<H2>How to put [[ROT 13]] Hints into your Cache Listing:</H2>
 
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>

Revision as of 23:21, 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!

You can change the format of your text by using:
<b>bold</b> and
<i>italic</i> tags.

Change the size, font and "color".
<font size="2" face="Verdana" color=red>
Your text here.
</font>
There's a handy practice page here but you'll need to add the color attribute yourself. Chose from:
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, and yellow.
And white if you want to mess around with changing your background colors.
For other colors, you'll need the colors HEX value, here's a list.
The safe fonts (ie ones most people are likely to have) are:
arial, arial black, comic sans ms, courier, courier new, georgia, helvetica, impact, palatino, times new roman, trebuchet ms, verdana
If you use a fancy font someone doesn't have installed on their computer, it will display using their default font.

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

Backgroundtocachetext.small.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.