I am currently in the process of cleaning my email template code and just found out that the tag and align=center element were already obsolete. What are the other ways to fix this in Outlook? Thanks!
I used margin:auto; to fix the issue. The email looked good on the browser as well as in Gmail when I sent a test. However, I just noticed an issue with Outlook apps when I checked Email on Acid, most of them are not centered on Outlook as it is aligned to the left.
2
Answers
I am using https://appdevtools.com/html-validator to check the code. However, when I checked the site that you suggested https://www.caniemail.com/ it seems that attributes like center, valign, border, width, etc. is fine to use. So I’m confused about whether to keep them on the code or not.