Home Advanced Request Offering
Options

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

  • Options
    Matt_Howard1Matt_Howard1 Customer Adept IT Monkey ✭✭

    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.

  • Options
    Kathy_HustKathy_Hust Customer IT Monkey ✭

    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">

  • Options
    Matt_Howard1Matt_Howard1 Customer Adept IT Monkey ✭✭

    Try changing it to this:

    <img src="/CustomSpace/NetSecReportMsg.jpg" alt="" width="122" height="226">

Sign In or Register to comment.