AC
0
Outlook Conditional Comments Showing in Preview
I've been trying to use IE conditional comments and keep running into the issue of them not working/displaying in the preview. Has anyone else run into this issue? I did alot of searching and couldn't find an answer leaving me to believe my conditional comments are wrong, just not sure how.
My code is as follows:
<!--[if mso]>
<table border="0" cellpadding="0" cellspacing="0" align="left" class="deviceWidth">
<tr>
<td style="padding:10px 20px 0" class="center">
<a href="#"><img src="logo-truenorth.jpg" alt="logo" border="0" /></a>
</td>
</tr>
</table>
<![endif]-->
<table border="0" width="100%" cellpadding="0" cellspacing="0" class="deviceWidth alignLeft" align="left" style="width:100%;min-width:100%; mso-hide:all;">
<tr>
<td style="padding:10px 20px 10px" class="center">
<a href="#"><img src="logo-truenorth.jpg" alt="logo" border="0" /></a>
</td>
</tr>
</table>
The code above doesn't seem to work correctly in Outlook 2007, 2010, 2013.
Thank you ahead of time for any support.
heya,
Personally i use
~Kris
whoops, the MSO one i posted was for not outlook, should've been
The correct tags for MSO conditionals are as following:
Please try with correct syntax, let us know if the issue persists.
I have a recent problem with it... it stopped working lately. (2 weeks ago?). Was it a Outlook/windows update? I'm only guessing.