- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 11:11 AM - edited 09-15-2023 05:52 AM
I am trying to get image from db_image, but it is not appearing on my portal widget.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 11:19 AM
Hi @Hm10
You can directly add image in html as shown in below.
<img src='filename.png'>
Don't forget to mark my answer as Correct & Helpful, if applicable.
Krishna Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 11:19 AM
Hi @Hm10
You can directly add image in html as shown in below.
<img src='filename.png'>
Don't forget to mark my answer as Correct & Helpful, if applicable.
Krishna Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 11:42 AM
Hi @Hm10
Can you please share me what exactly you want to achieve in terms of UI?
Don't forget to mark my answer as Correct & Helpful, if applicable.
Krishna Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 11:24 AM
When I am writing directly this line
it gives me the image outside the box.
Can you help please?