Marketo rewriting my TD padding into shorthand code
Hi Marketo Community,
I've been running into an issue with one of my snippets. I have a TD cell with padding written in longhand as follows:
<td style="padding-top: 0px; padding-right: 32px; padding-bottom: 0px; padding-left: 32px;">
But when I save the snippet, Marketo keeps converting the longhand code into shorthand:
<td style="padding: 0px 32px 0px 32px;">
Is there any way to prevent this? The shorthand version causes issues in certain email platforms, so I want to avoid using it.
Thanks for any help or clarity you can provide.
-yonder