on ‎2025 Feb 23 4:31 PM
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 Anwar
Request clarification before answering.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.