CSS writing-mode and transform Not Working in Emails– How do i apply a vertical text in emails?
I’m trying to apply a CSS effect to display text with a vertical orientation in an HTML email. The following CSS works perfectly in browsers, but when viewed in Microsoft Outlook, the writing-mode and transform properties do not render as expected.
Center align text in Outlook HTML Email
I’m trying to center align my text in a div with a background image for an HTML Email.