After playing around with Outlook, I've come to realize that the CSS is only acknowledged if it's used in the tag without the style attribute.
Ex:
style="width: 100px"
should be
width="100px"
This is going to be a big pain to convert all my nicely formatted HTML and CSS to this old format. Is there a way I can do this easily, perhaps by using an online converter? Thanks.
Email services don't like Stylesheets. The only way around it is to use inline tags. Replacing stylesheet references with inline tags is a very painstaking process. This tool can help alleviate some of the work.
Bookmarks