Insert Image into results pane
Hi All, Is is posible to insert an image into the result pane in the list of fields? Or can it be done with a data link. We currently have a data link to return a list of web links to images and you have to click the link to view each image. Is there a way to embed these in the results so the use dosn't need to click the link to view the photo?
0
-
I don't know about using a data link, but img tags work fine.
Example:
<img src="https://cdn.society6.com/cdn/0009/p/2250559_9176873_pm.jpg">0 -
Is this from a field in your data?
I have tried to modify the SQL used in the data link but it isn't showing the image, just the html tag.
_img_ alt="Data Link fields" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=907f2000000bqRy&feoid=Body&refid=0EMf2000000cZt4"_/_img_0 -
I think it's always just going to display the attribute when you are listing the fields like that. My example is for using the feature description or long description. 0 -
Dan's got it. A text field is always gonna display the text, not render html. You'll need to use the feature descriptions for this, Adam. 0
Please sign in to leave a comment.
Comments
4 comments