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

Onb Emails

danishanwar5
Explorer
0 Likes
730

Hello Experts,

I need to remove Header Footer Image/Logo for all Onboarding 2.0 Emails. Please see attached image. Any suggestions please. Its urgent.

Thank you.
Danish Anwaronb email issue.png

Accepted Solutions (1)

Accepted Solutions (1)

surglc
Explorer
0 Likes

Hello @danishanwar5 ,

Please replace the existing code with the below code in the email services> email settings > click the check box "use custom layout".

<div>
<table dir="[[TEXT_DIRECTION]]" border="0" cellpadding="0" cellspacing="0" style="width:100%">
<tr>
<td style="padding-top:100.0px;padding-bottom:100.0px;vertical-align:middle">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="padding:15.0px;width:10%"><div></div></td>
<td style="padding:15.0px;width:80%;vertical-align:middle;height:100%;font-family:Helvetica, Arial, sans-serif, BentonSans;font-weight:500.0;font-size:1.25em">[[EF_CONTENT]]</td>
<td style="padding:15.0px;width:10%"><div></div></td>
</tr>
</table>
</td>
</tr>
</table>
</div>

 

Good luck!

danishanwar5
Explorer
0 Likes
Thank you Surya, that worked.

Answers (1)

Answers (1)

surglc
Explorer
0 Likes

Hello Danish,

This email template is coming from a HTML code which you already have access to in the email services

Navigation: Email services> Email settings > Email layout settings > Click on Check "Use Custom Layout"

Through this you will be able to see the html school. Using this html code you have to tweak this in a html editor. For just to play around you can copy the whole html code in to this testing site "https://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic" just to see the preview of the code if you make changes in the code.

One thing you need to keep in mind. This layout change is for global which means whatever you change here will apply to all the existing email templates in your instance.

https://me.sap.com/notes/3426387/E

Hope this helps.

Regards,

Surya

CameliaL
Product and Topic Expert
Product and Topic Expert
0 Likes
Has anyone been able to add conditions within the HTML to have different branding dynamically appear based on the new hire's legal entity? If not, how have other teams solved for this requirement?