cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting MIME in HTML Template

Former Member
0 Kudos

Hi Experts,

I am new to ITS. I have been using Integrated ITS (ECC 6). I have generated HTML template for a SAP Screen and i would like to insert one background image in the template. Where exactly i should insert the template.

May i need to check any confurations? In SICF, mimes folder is not available. But i actiavted the service.

Here is my Mime details:

<img src="`mimeURL(~language="", ~name="YASH.JPG")`">

Edited by: Jyothi on Oct 31, 2008 7:08 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jyothi,

try this code.

<bodyy background="`mimeURL(~language="", ~name="YASH.JPG")`">

and publish the complete service.

Regards,

Lars Balbach

former_member316351
Active Contributor
0 Kudos

Please also see where you placed the yash.jpg file. What service is it under and what Topic/Theme and if any subfolder.

Edgar

Former Member
0 Kudos

Hi Lars,

I tried the code sugegsted by you. Still not working. Actaully i tried the same couple for days before. It worked fine. After that our system undergone REFRESH. Now it is not working.

Anything to do with refresh?

Answers (2)

Answers (2)

Former Member
0 Kudos

I have stopped working on this scenario.

Former Member
0 Kudos

Hi Jyothi,

you have to create the mimes folder in the service (SE80). Click on the Context Menu of the service -> Create -> MIME.

Regards,

Lars Balbach

Former Member
0 Kudos

Hi Lars,

I have created MIME in SE80 and inserted that in Template. But the image is not visible in browser.

I am trying to place my template code here. But unable to do so. Getting some error.

My problem is where i have to insert the MIME in the template to get that in browser.

Thanks for your help.

Edited by: Jyothi on Nov 3, 2008 3:00 PM