Reliable solution for conditional comments in Outlook.com HTML emails
I've seen here and elsewhere that a recommended way to set up conditional comments to work with Outlook.com, but because of another known issue detailed below I'm getting blank emails. Referencing the two code examples below I wanted to see if anyone had a reliable way around this issue. First example: <!--[if mso]><!-- --> <style type="text/css"> #learn-left { width: 350px; max-width: 350px; } #learn-right { width: 165px; max-width: 165px; } </style> <!--<![endif]--> The above code causes a blank screen in Outlook.com even though other posts here have cited that <!--[if mso]><!-- --> works