How to insert an image to the Longtext column that has an HTML Formatting?

I tried to insert an image to the longtext type column that has an html formatting, with this html tags.

<img src='test.jpg'>

However, It didn't work. At the detail view, the image showed like this.

leinharte_0-1657801783334.png

Could you help me, please.

Solved Solved
0 8 1,026
  • UX
2 ACCEPTED SOLUTIONS

Instead of using your image string that you are, insert a URL to an image you find online. See if that works.

I think the problem you're having is that the image you're trying to use doesn't really exist anywhere. You either need to use a URL to an image somewhere online, or use a column that has an image file inside it.

View solution in original post

Your link is not a link to an image, it is a link to a FB page. You have to provide a direct link to the image itself.

Try with this URL for the same image:

https://scontent.fmad6-1.fna.fbcdn.net/v/t39.30808-6/271091232_466906344797077_1660957802792282013_n.jpg?_nc_cat=1&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=re7Cd-y-Fq4AX9M9QHh&_nc_ht=scontent.fmad6-1.fna&oh=00_AT8QHC393v4xtdHUR7WNMJZWJBseHG4Jpo_atrlmTY1rRw&oe=62D4B6FC

 

View solution in original post

8 REPLIES 8
Top Labels in this Space