peeves79 wrote:Hey Brett I have a really stupid questions. How do I use the link in my page? Do I just copy and paste the link into the short description of my cache page? Or is it more elaborate requireing use of brackets and stuff?
I know I fail at this stuff.

Nah, the only reason I know it is because I bought an HTML for Dummies book a few years ago so I could post a book that one of the Munchkins wrote online.
Here's what you'll need to do to put this link on your page...
First, on your cache page make sure you have the "HTML" button checked:

- Step1.jpg (48.84 KiB) Viewed 17897 times
Now decide which size logo you want. I just uploaded two additional versions, so now there is Large (the forum has shrunk this logo slightly - click on it to see "actual size"):
Medium:

- MetroMedium.jpg (38.06 KiB) Viewed 17898 times
and Small:

- MetroSmall.jpg (20.04 KiB) Viewed 17899 times
Now Available in Extra-Small!

- MetroBannerLogoExtraSmall.jpg (11.1 KiB) Viewed 17807 times
To include them on your cache page, insert the following code:
Large:
<p align="center"><a href="http://www.metrogc.org"><img src="http://img.geocaching.com/user/feb40ceb-bbcf-4383-bcbc-5fba221cf0ad.jpg" /></a></p>
Medium:
<p align="center"><a href="http://www.metrogc.org"><img src="http://img.geocaching.com/cache/74931fa6-c4af-44c8-b243-064d3ded0561.jpg" /></a></p>
Small:
<p align="center"><a href="http://www.metrogc.org"><img src="http://img.geocaching.com/cache/25adddd8-d443-42a2-bd91-201ee5b1a139.jpg" /></a></p>
Extra-Small:
<p align="center"><a href="http://www.metrogc.org"><img src="http://img.geocaching.com/cache/d9522c3e-0a3d-456f-8fba-1123c8333f9e.jpg" /></a></p>
This should put a centered logo on your cache page that links back to the Metro portal when clicked on.
Now, just remember that when you tell groundspeak that your cache page is in HTML, it will need you to be more explicit about line breaks. So as you're typing up your description, any place where you would normally hit the return key, type:
<br>
Which is the HTML code for a line break. If you want to start a new paragraph, where you would normally hit return twice, just throw two back to back:
<br><br>
Any questions, let me know.