Jump to content

Inserting an image on a cache page


Ricnmad

Recommended Posts

Hi all:  I've googled how to insert an image onto a cache page.  It says to enter <img src=”paste your image URL here” />

So I put <img src=”https://s3.amazonaws.com/gs-geo-images/73bc0cda-fec5-4b6a-8582-000e344a71f4_l.jpg” />  It shows up when I'm looking at my edit.  I save and view, and the image doesn't appear.  I go back into Edit mode and see <img /> has replaced my original text.  What am I doing wrong?

Thanks...Madelene

Link to comment

For your specific example, I think it might be the double-quotes in your HTML.  It looks like they are curved quotes, so maybe try straight quotes.

 

Use this:    <img src="https://s3.amazonaws.com/gs-geo-images/73bc0cda-fec5-4b6a-8582-000e344a71f4_l.jpg" />

Instead of this:    <img src=”https://s3.amazonaws.com/gs-geo-images/73bc0cda-fec5-4b6a-8582-000e344a71f4_l.jpg” />

 

 

  • Helpful 1
Link to comment

You want

<img src="https://s3.amazonaws.com/gs-geo-images/73bc0cda-fec5-4b6a-8582-000e344a71f4_l.jpg" />

works fine on a cache page of mine. Pink dragon toy.  Good size for a cache page.  I don't add the space after the  .jpg" /  as I'm typing, it seems the site will take care of that.  But it does belong there.  I agree with noncentric, it looks like you're using the curved (typographic) quotation mark.  HTML wants the straight form

 

https://en.wikipedia.org/wiki/Quotation_mark

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