html - forwarding responsive email in outlook breaks 100% width tables -
So I've used a boiler plate to create responsive emails, and it looks good among all devices, but Gmail has saved Android, but Can not win them all.
When I forward the email to Outlook 2007 or 2010, then the table breaks in the table where the table is declared 100% width, tried to wrap the entire email in the table but Does not work. We also do not have e-mail marketing ESP which can provide us with a forwarding link, so that the question is out. I would like to fix the code, or if there is a solution?
Email is
Broken email:
forward it to webmail and the element on your e-mail Try to inspect - you will see that your code is MSO custom CSS such as mso-padding-alt: 0in 5.4pt 0in 5.4pt; MSO-para-margin: 0in; MSO-para-margin-bottom: .0001pt; Mso-endorsement: widow-orphan;
Outlook sends this CSS to any rich text / HTML email, when you send it, it creates a big mess like you, I think you have to do MSO on all your elements To resist CSS, you can try to create a important
rule at the top, but you can also be like everyone else and say that you can not do anything about forwarded email . Outlook is not the only such program, which also causes further disturbance of HTML.
Comments
Post a Comment