Recommending a setting for use in email development that checks if margin: auto has been applied to an element. If so, we attempt to predictably center the element.
If the element is an img it needs to be wrapped in a center tag.
If the element is a table then applying align="center" suffices.
#64
Recommending a setting for use in email development that checks if margin: auto has been applied to an element. If so, we attempt to predictably center the element.
If the element is an
imgit needs to be wrapped in acentertag.If the element is a
tablethen applyingalign="center"suffices.#64