When creating an HTML newsletter, I am required to use the deprecated align attribute to position images. While this works well in emails, it does not have any effect in IE. Is there a way to target elements containing the align attribute and convert it to float instead? The content is generated through a CMS, so I would prefer not to ask users to manually add classes to images if possible. Thank you!