cancel
Showing results for 
Search instead for 
Did you mean: 

image not showing in integrated ITS

soumya_jose3
Active Contributor
0 Kudos

Hi Experts,

In one of the ESS service which I have migrated from standalone to integrated ITS, image is not coming. It is coming with a 'X' mark.Below is the code in the html for the image.

<img src="`mimeURL(~service="WEBGUI", ~theme="", ~language="", "/99/images/icons/s_b_copy.gif")`"

What should I do for this?

Thanks & Regards,

Soumya.

Accepted Solutions (1)

Accepted Solutions (1)

former_member316351
Active Contributor
0 Kudos

Hello Soumya,

You can change the line to:

<img src="`mimeURL(~service="WEBGUI", ~theme="", ~language="", "/sl/images/icons/s_b_copy.gif")`"

or

<img src="`mimeURL(~service="WEBGUI", theme="`webgui_theme`", ~language="", "/images/icons/s_b_copy.gif")`"

both should work.

Edgar

Answers (0)