Hi all,
I'm new in ITS and I'm working on Integrated ITS (SAP ECC 6.0). I have to substitute some gif images on HTML template of a customer internet service (on SE80).
I have pointing on the folder:
YYWEB
-Topic 99
-IMAGE
A.GIF
and I create new MIME object B.GIF (under IMAGE folder) I save and publish it.
Into HTML template I have found this code (that's work fine):
<TD background="`mimeURL(~name="/image/a.gif")`" height=32 > </TD>
and I changed in:
<TD background="`mimeURL(~name="/image/b.gif")`" height=32 > </TD>
But nothing is appearing on the browser in place of the B.GIF image.
Any clues?
Thanks in advance,
GB