function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DHO_604DHO_604 

Externally available image document does not render on html file

I have an image that is set as externally available, I was able to view it if I punch in the url into my browswer.  However if I wrap it with the img src tag and dump it into an html file it doesn't render.  

 

The url to the image is like this:

https://na1.salesforce.com/servlet/servlet.ImageServer?id=[docId]&oid=[orgId]

 

the img tag is like this:

<img src=”https://na1.salesforce.com/servlet/servlet.ImageServer?id=[docId]&oid=[orgId]”>

 

What am I doing wrong here?

Best Answer chosen by Admin (Salesforce Developers) 
DHO_604DHO_604

Resolved.  The double quote was different than the standard one that was used.