cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Images are not displaying that are inserted & designed the E-Mail Template

ranjeethgowdakl
Participant
0 Likes
1,112

Hello,

As per SAP Suggestion we are using the Microsoft Expression for designing the HTML E- Mail template for Sales Campaign. I have added the Text & Images at template but images are not displaying & only text is displaying at SAP C4C Sales Campaign.

Kindly let me know the Inputs.

Ranjeeth

Accepted Solutions (1)

Accepted Solutions (1)

ranjeethgowdakl
Participant
0 Likes

Dear All,

Images are kept in the public server instead of local system, we took the images path & inserted in HTML code.

Images are displaying in the HTML templates.

Ranjeeth

Answers (2)

Answers (2)

former_member422907
Contributor
0 Likes

as far as I know it is only possible to insert pictures as http link.

Br,

Zoran

former_member422907
Contributor
0 Likes

hi,

You can’t use embeded images, images has to be stored somewhere on internet (site) and you use them as link,

Br,

Zoran

ranjeethgowdakl
Participant
0 Likes

Hello Zoran,

Thanks, Template wouldn't be much expressive & attractive if we not add the images at Template.

We need to have it in Email body instead of link or internet.

Any suggestions?

Hi there,

Take a look at the Administrator Guide

https://help.sap.com/viewer/cea15f900ca04c4faa35d3044577fe27/1702/en-US/187ca321763d101486f28e8a9784...

To show your images, don't just copy and paste the link, you need to add an IMG tag before and after the link. As an example your entry would look like this

' <img src=www.imagesource.com width="xx" height="xx"> (where xx = your measurements in pixels)

A little bit more information about image tags in HTML (please note: the link is out of the SAP network)

https://www.w3schools.com/tags/tag_img.asp

Regards,

Jameel