Jump to content

Cache Accessability Icon Generator


briansnat

Recommended Posts

Found this pretty neat little icon generator for your cache pages. It writes the HTML for you. We can thank the Texas Geocaching Assn for this one. Finally, Texas is good for something other than cattle.

"Give a man a fish, he'll eat for a day. Teach a man to fish, he'll sit in a boat and drink beer all day" - Dave Barry

Link to comment

Yes, this is a way-cool utility program. I found it myself some time ago (but I was not cool enough icon_rolleyes.gif to share that info here) and have been happily using it on each of my cache pages.

It'd be great to have more cachers around these parts using it!

 

-- I've found 58% of the caches in the country! How are your numbers? ;-)

Link to comment

Sure, you click on the icons you want, choose the background color, then click on the "click to generate code" box.

 

Below that, you'll then a preview screen, showing what your icons will look like on your page. Below the preview, you'll see something like this:

 

Code:

<table bgcolor="#ff6666" align="center" style="font-size:10pt;font-family:arial;color:000000;">

<tr>

<td align="center">

<image src='http://www.texasgeocaching.com/images/cache_icons/exclimb.gif' border='1' align='middle' alt='Technical Climbing' vspace='1'> Technical Climbing, Special Equipment Required <image src='http://www.texasgeocaching.com/images/cache_icons/spelunk.gif' border='1' align='middle' alt='Cave' vspace='1'> Cave <image src='http://www.texasgeocaching.com/images/cache_icons/offtrail2.gif' border='1' align='middle' alt='Off-trail Hiking Required' vspace='1'> Off-trail Hiking Required <tr><td><div align='center'><small>Generated by <a href='http://www.texasgeocaching.com/selector.asp'>The Selector</a></small></div> </td>

</tr>

</table>

 

This is your HTML code that will generate the icons on the cache page. Using cut and paste, cut all the stuff below the word Code:, beginning with <table and ending with </table>. Then edit your cache page and paste everything in the description box of your cache page. I add it to the bottom, below any text. Check out any of my cache pages to see how it looks.

 

Also make sure you check the "yes I'm supplying the HTML" box on the page.

 

BTW, HTML = Hypertext Markup Language.

A good book to learn basic HTML skills is "HTML 4.0 No Experience Required" by Stephen Mack and Janan Platt Saylor. I learned enough from this book to cobble together my personal web page.

 

"Give a man a fish, he'll eat for a day. Teach a man to fish, he'll sit in a boat and drink beer all day" - Dave Barry

Link to comment

That's a really nice page, I plan on using it when I place my first cache. I'd like to see an option for the hunting icon that states when it is hunting season. As a recent transplant to PA I have no idea when the various hunting seasons are here!

 

-stroh

 

-Technology...I have no idea what I would do without my GPSr, my TiVo, or my Computer with a DSL connection. I guess I would spend more time with my wife! icon_smile.gif

Link to comment

Stroh, this should tell you what you need to know. As you see, a simple icon can't cover all the various seasons, so just put the hunting icon on the page and it will be up to the finders to determine when it's safe to go and when they should wear their orange hats and vests.

 

"Give a man a fish, he'll eat for a day. Teach a man to fish, he'll sit in a boat and drink beer all day" - Dave Barry

Link to comment

quote:
Originally posted by BrianSnat:

a simple icon can't cover all the various seasons,


 

I realize that, after rereading my post I realized that I didn't write what I meant. I'd like the option that the hider can include the dates of hunting season next to the icon. I think more hiders would put this info in this area than in the description. Plus, noone would need to read the description to find out if it currently hunting season.

 

BTW, thanks for the link!

 

-stroh

 

-Technology...I have no idea what I would do without my GPSr, my TiVo, or my Computer with a DSL connection. I guess I would spend more time with my wife! icon_smile.gif

Link to comment

If you know a little HTML, you could make the hunting icon into a link to the state's hunter information page, if one exists. For example, New York has this page. New Jersey has this page, although you have to search a bit to find the season dates. Pennsylvania has this page, which lists all of the various seasons.

 

So, if you insert an <A HREF> tag pointing to the appropriate website before the <IMG SRC> tag for the hunting icon, you could link the hunting icon the the state's hunting information page.

 

Like this: <A HREF="http://www.pgc.state.pa.us/wildlife/season.asp"><IMG SRC="http://www.texasgeocaching.com/images/cache_icons/hunting.gif"></A>

 

[This message was edited by Rattlehead on August 20, 2003 at 11:26 AM.]

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...