Jump to content

Can't publish photo on cache page


sktqch

Recommended Posts

I've followed all the steps, uploaded the picture to the page, copied the html code for insertion into the cache page script but no joy.  I end up with the html code and url for the image on the cache page.  Could it be that there's a problem since I'm trying to do it with Chrome? 

sktqch

Link to comment

I guess you missed a step B).  The instructions are here, and there's not much to do, to just slap a picture on a cache page.

 

Place the URL for the photo inside an "IMG" tag.  For a photo I uploaded to my cache page, https://s3.amazonaws.com/gs-geo-images/b1bcbf47-c2b8-45a8-947c-1b790edb66ac_l.jpg,

the code is this:

 

<img src="https://s3.amazonaws.com/gs-geo-images/b1bcbf47-c2b8-45a8-947c-1b790edb66ac_l.jpg" />

 

 

Edited by kunarion
  • Helpful 1
Link to comment

Make sure that you're using the URL of the image file, rather than the URL of a page that displays the image. For example, here is a page that displays a picture:

https://www.geocaching.com/seek/log.aspx?LUID=00ade7bf-022b-4387-9ccf-7edb6e6023ef&IID=74faf9f0-fc73-49cc-a55a-b8385b404a1c

 

And here is a link to the picture itself:

https://s3.amazonaws.com/gs-geo-images/74faf9f0-fc73-49cc-a55a-b8385b404a1c.jpg

Link to comment

Yup I checked HTML, and made sure I was quoting the correct file.  One reason I was wondering about the possibility of Chrome misbehaving is when I went back into the web page source code I found this.  

 

<p><img alt="" src="https://www.geocaching.com/seek/image.aspx?imgid=5034229" />&lt;img src="<a href="https://www.geocaching.com/seek/image.aspx?imgid=5034229">https://www.geocaching.com/seek/image.aspx?imgid=5034229</a>"/&gt;</p>

 

That shows that the actual url for the image plus the html code to show it has been tripled up.  It seems to me that it should only be placed there once.  I didn't click paste or ctr/v 3 times, only once but it showed up tripled.  That happened with all 4 images I tried to post.  Weird.

 

I can't actually find a way to directly edit the source code on the page or I would delete the second and third iteration of the html image to see if that would fix it.

Stan

Link to comment

That looks roughly what I'd expect by pasting HTML when the editor isn't expecting HTML.  It adds extra cruft to make sure it displays just like you entered it.  Even if that (oops) isn't what you wanted.

 

If you have a clean copy of your HTML, I'd try starting over: delete the text in the onlline editor, make sure HTML is turned on, then paste your good copy.  Good luck.

 

Edited by Viajero Perdido
More clarity, less brevity
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...