When juice options preserveImportant &applyWidthAttributes are both enabled and the CSS has !important set with a width property, !important gets placed inside the width attribute value.
So a CSS declaration of width: 600px !important; will result in < td width="600 !important" style="width:600px !important;"> instead of < td width="600" style="width:600px !important;">
When juice options
preserveImportant&applyWidthAttributesare both enabled and the CSS has!importantset with a width property,!importantgets placed inside the width attribute value.So a CSS declaration of
width: 600px !important;will result in< td width="600 !important" style="width:600px !important;">instead of< td width="600" style="width:600px !important;">