Jump to content

Pictures in Cache Listing


LibDocAbq

Recommended Posts

Submit the cache w/o checking the this is active box. Go to the webpage and you will see upload image in the upper right box. Upload images and afterwards go to them and right click. Copy the URL to a scratch pad.

 

Get a HTML writing program, there are many around. I use CoffeeCup but maybe someone will suggest others.

 

Insert the picture URL into the description and then copy the whole HTML from the program into the description box (check the HTML box) and you are done.

 

All of your current hides only use text in the description. You cannot insert a picture there. You could upload the image and then tell people to check the gallery for a particular picture. That would avoid the whole HTML thing.

Edited by Walts Hunting
Link to comment

I have a few geocache hide listings and would like to be able to add a picture to some of them. When I do, it comes up as a file attachment that one has to click on to see. I would like the picture to show up on the same page as the rest of the cache discription. I see pictures on other listings so I know it can be done. Do I need to write it in Html? (There I'm Lost!!!) Thanks

Link to comment

I have a few geocache hide listings and would like to be able to add a picture to some of them. When I do, it comes up as a file attachment that one has to click on to see. I would like the picture to show up on the same page as the rest of the cache discription. I see pictures on other listings so I know it can be done. Do I need to write it in Html? (There I'm Lost!!!) Thanks

 

There's a difference between a link and an image

 

Try this

 

<img src="URL OF THE IMAGE">

Link to comment

Interesting comment Bittsen. Does that mean you can check the HTML box, type in all text except for the one line HTML you gave.

 

That would go along way towards making it much easier.

 

Oh, sorry, no. If you check the HTML box then the whole description needs to be in HTML.

If you aren't using anything but test in the description, just add <br /> between lines to give a paragraph break. You can add two of them to create a space between paragraphs.

 

For basic pages, that's all you need.

Link to comment

:blink:

Not all but most of my cache pages have pic's Look Here .... I hand code my cache pages, the editors are ok I guess (to me they are a pain) I have most all the code I use in my head, once in a while I have a Lock up (Brain -freeze) and have to go to a cheat sheet

 

EDIT: This is the code for the short description Picture.

<center>

<a href="http://s60.photobucket.com/albums/h3/xmowers/?action=view¤t=DitchBanker1.jpg"

target="_blank"><img src="http://i60.photobucket.com/albums/h3/xmowers/DitchBanker1.jpg"

border="0" alt="Photobucket" /></a></center>

<center><b>If You Are Turned Off By Trash And Refuse Than This

Cache Is <u>Not For You</u></b></center>

 

Note I use photobucket as my photo storage unit

Edited by GIDEON-X
Link to comment

Here is the HTML example that i use as the basic for all new caches i create.

 

Intruduction to cache (location history, etc.)

<P>

Main Text Body part 1

<P>

<img src="http://XXXXXXXXXXXXXXX.jpg" width="500" height="350" />

<P>

Main Text Body part 2

<P>

<img src="http://XXXXXXXXXXXXXXX.jpg" width="500" height="350" />

 

( I always use the width adjustment of w=500 h=350 as this is the width size for the GC.com page without having to scroll sideways with the blue bar to read all the text)

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