Displaying an image on a public form
AnsweredI want to display an image onscreen in a public form. How can I do this?
-
The image can be displayed by writing the HTML code (<img>) in the Description field of the Data Item.
The image file itself should be placed in a location accessible to users, such as a public cloud storage folder or website, and the URL should be set in the src attribute.
<img src="URL of the image file">
(Related Documents)
M213: Guidance Descriptions on the Operating Screen (HTML/JavaScript)
R2131: HTML Tags Available for Operation Form
Please sign in to leave a comment.
Comments
1 comment