Jay Oram
Jay Oram
Without changing the structure, only be editing the changes needed to make the original fluid template valid in AMP4Email.
From Ben Tweedy in EmailGeeks slack: Just spent an hour pulling my hair out and trying to work out why a custom font looks bolder than it should do…. Turns...
Should this be included? ``` ``` As it will reset the list item to 0px margin left? Maybe with the added information that to change the indentation using margin to...
Updated Windows mso comments and added mso-element: field-begin. Along with a description on how to create an mso comment and diagram to enhance the description.
Original HTML: ```html ``` Edited: ```html ``` Removing `lang` attribute and vml `xmlns` declaration, the doctype is changed from HTML5 to XHTML 1.1.
ESP Evalanche removes `` HTML tags, but will leave the `` tag in.
SparkPost will add a tracking pixel after the opening body tag unless specifically turned off in the API/interface. This messes up any hidden preheader text in some email clients.
Using the klaviyo-image-block as described in the official [Klaviyo documentation](https://help.klaviyo.com/hc/en-us/articles/115005254188-Import-a-Custom-HTML-Template-with-Drag-and-Drop-Support). Will remove all attributes from the `` tag. ``` ``` The image gets changed changed to: ``` ``` Therefore losing...
Klaviyo inlines all Universal selector (*) attributes - for example: ``` * { mso-line-height-rule: exactly; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; box-sizing: border-box; } ``` Will become: ``` ``` so will be...