Can a image be Added in the Instructions section of Advanced Request offering.
I have a need to add a image to the Instruction section of a Advanced Request offering and have not been successful with img tag line.
Is this possible and if so would you mind sharing how this can be accomplished.
Thank you
Answers
Do you have the image stored in CustomSpace? What does your HTML line look like? I haven't personally done that kind of customization (I like it though), but it seems like it should work if you have the path to the image correctly in the attributes.
I have added the image to a webserver location I use for my other images in communications, I have saved it in the customspace and local on the Management server.
<img src="C:\inetpub\CiresonPortal\CustomSpace\NetSecReportMsg.jpg" alt="" width="122" height="226">
Try changing it to this:
<img src="/CustomSpace/NetSecReportMsg.jpg" alt="" width="122" height="226">