I have a very simple inline css style that works fine everywhere but Outlook (browser version).
I found this compatibility website and according to it, things should work fine.
Code:
<footer style="font-size: 9px;text-align: center;">
<p>
/.../
</p>
</footer>
Is there a way to achieve this result also with Outlook?
I Couldn't find, but anyone know if there is a preview for email styling?
Use table and write the styles inline in the
table cell(td)like below and it will work in Outlook.Many tags and CSS rules don't work for emails but work fine for webpages and emails when checked in browser.