Hi team,
I am trying to add some images in the instructions.html file which I am pointing to the help button. I do not seem to able to render the images. However the html is correct since I tested it separately. I was wondering if Prodigy has the ability to display images within the help html. Below is a screenshot of how it is getting rendered.
The html code block for this is
<style>
img {
max-width: 50%;
height: auto;
}
</style>
<img src="Important_scrnsht.png" alt="Reminder to save">
<img src="Process_flow.png" alt="Process flow">
Can you help me on this please?
Thank you
Sagnik