css - Responsive E-mail -


i'm making responsive email. code works everywhere except outlook 7 & 10. know has padding , margin, , tried fix this, it's still not working. has solution ? tried said : https://litmus.com/help/email-clients/outlookcom-margins/

so changed margin tags : margin-left:5%; margin:0 0 0 5%;

i hope can me this.

thanks in advance

can paste code? depending on trying add margin , padding to, there number of ways insure works across email clients, dreaded outlook.

if trying add padding images, don't bother. outlook 2007 , 2010 strip padding images. if think margins trick, consider outlook.com doesn't support margin.

for images best way insure have space around images add faux margins adding transparency around image before save it.

for <td> use padding. padding in <td> supported on email clients.

<td style="padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px;"> 

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -