- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2018 09:06 AM
Our customer wants an "under construction" image on one of the tabs of a dashboard, so I used the Content Blocks Widget (and selected the *New Static HTML" and added a title and an image. My customer can see the title but not the image. What else do I need to do?
We have Kingston.
Lisa
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 09:04 PM
Hello
Create a dynamic content block and paste the following line between jelly header and footer.
<html>
<body>
<img src="name of image with extension you loaded in the sys_db_image table" width="100%" />
</body>
</html>
Thanks
Abhijeet Upadhyay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 09:04 PM
Hello
Create a dynamic content block and paste the following line between jelly header and footer.
<html>
<body>
<img src="name of image with extension you loaded in the sys_db_image table" width="100%" />
</body>
</html>
Thanks
Abhijeet Upadhyay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2018 10:35 AM
Thanks Abhijeet! What I ended up having to do is add my image to the db_image table and update the html to <img src="name of image with extension you loaded in the sys_db_image table" width="100%" />
When you add it to the Static HTML Content Block it creates an attachment and the html is pointing to the sys_id of the record in the sys_attachment table. Not sure why that doesn't work. I think if you add it to the html, it should add it to the db_image table as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2021 03:37 PM
Every time I save the content block, the html and body tags get ripped out. Help??