简体   繁体   中英

How to set the banner logo length & height correct in Email Body

I have a Email Template designed using HTML, when i added a logo to the template it is not setting the logo static to the whole body of the email

 <p><span style="font-family: 'Montserrat', sans-serif;"><span style="font-size: 18pt;"><span style="color: #396b53;"><img src="MyF_Banner.png" width="800" height="90"/></span></span></span></p>

Result: Output

Can you try to use "Padding" style?. It will resolve the issue..

Go through this link as a reference .. https://emailmonks.com/blog/email-coding/step-step-guide-create-html-email/

您的图像样式应该是 style="width:100%;height:auto;"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM