The HTML email editor does not like when you use embedded style sheets with relative heights (percentages). It's looking for %variablenames%, not fancy email templates.
Example:
height:100% !important;
margin:0;
padding:0;
width:100% !important;
Is there a way to escape these characters?