SOLVED

Open Rate Malfunction

Go to solution
Dan_Askin
Level 4

Re: Open Rate Malfunction

Thanks for looking out, Sanford. Appreciate it as always. Check out line 18. I think I need to close the IE conditional comments.

Here's the end of the code (incidentally, the original markup doesn't have that many </div> tags):

<!--[if (gte mso 9)|(IE)]>

</div>

</center>

</td>

</tr>

</table>

</div>

</body>

</html>

<![endif]-->

</div>

</center>

</td>

</tr>

</table>

</div>

</body>

</html>

Will have another chance to test on Thursday morning.

SanfordWhiteman
Level 10 - Community Moderator

Re: Open Rate Malfunction

Yeah, I don't see any difference between the Outlook and non-Outlook output -- and you definitely

  1. don't want duplicates in the non-Outlook block that aren't suppressed in Outlook
  2. don't want your comments outside core tags like </body> and </html> (even though technically legal, editors and validators are not very forgiving of such things).
Dan_Askin
Level 4

Re: Open Rate Malfunction

With the code fixed, expected OR has been restored. Thanks, Sanford.