Adding images to Smart Notes

Sort:
You are not authorized to post a reply.
Author
Messages
thummel1
Veteran Member
Posts: 121
Veteran Member
    Hi, is anyone able to add images to Smart Notes these days? Images, specifically for our logo, used to work when we saved to a file path on a local server, then they broke when we changed to Sharepoint. I tried using the Sharepoint url, and we have tried using a folder location in the LBI server, and all attempts return a non-image icon. Here are the following HTML codes I have tried using, is it my coding that is incorrect or are images no longer compatible with Smart Notes? We are on version10.0.10.0.598

    <img src=\\infor-lbit-w\smartnote_images.MIP_QIB_PIE.JPG alt = "Sample 1"size="20"/>

    <img src="./infor-lbit-w/smartnote_images/MIP_QIB_PIE.JPG" alt = "Sample 2"size="20"/>

    <img src="[path]//infor-lbit-w/smartnote_images/MIP_QIB_PIE.JPG" alt = "Sample 3"size="20"/>

    <img src=\\infor-lbit-w\smartnote_images\MIP_QIB_PIE.JPG alt = "Sample 4"size="20"/>

    <img src="https://www.lawsonguru.com//infor-lbit-w/smartnote_images/MIP_QIB_PIE.JPG" alt = "Sample 5"size="20"/>

    <img src="https://mnfhs.sharepoint.com/sites/CommunicationsPublicAffairs/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2FCommunicationsPublicAffairs%2FShared%20Documents%2FLogos%2FMHF%2FPrimary%2FRGB%2FMHF%5FPrimary%5FRGB%2Ejpg&parent=%2Fsites%2FCommunicationsPublicAffairs%2FShared%20Documents%2FLogos%2FMHF%2FPrimary%2FRGB&p=true&ga=1" alt = "Sample 3"size="20"/>
    thummel1
    Veteran Member
    Posts: 121
    Veteran Member
      SOLUTION: FYI, I have a solution for anyone attempting to add images to smart notes. For us, our Administrative Applications team created a virtual directory in IIS. From there, we save our images as jpg or png. Here is the syntax we used to generate the image on the letter template:
      <img src="../../smartnote_images/Image_Here.JPG" alt="Image"size="20"/>
      You are not authorized to post a reply.