Hi All,
Images within the Service Desk function are either not loading or displaying incorrectly.
"<img alt="Logo" src="{http_url}/images/Icon_Logo.png" />" -> not working
please help me solve that problem as soon as possible. thanks
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
Hi Ha La
The image is a URL link:
<img alt="Logo" src="{http_url}/images/Icon_Logo.png" />
http_url must be set so that the receiver can display that png file with it.
Thanks