Spot the differance between nearly two identical HTML emails
This has me perplexed. I have these two emails (below). One with a sidebar, and one without a sidebar. The one with sidebar, is formatted correctly when it is received in gmail. The one without sidebar is not. It loses background color and some other formatting, etc. Displaying it in broswer works fine.
My question is what do i need to change on the email without sidebar to have it show correctly?
Email with sidebar: shows correctly
http://pastie.org/1648139.js
Email without sidebar: shows incorrectly.开发者_如何学C
http://pastie.org/1648144.js
Need help spotting the issue. Thanks!
You have deleted this line:
document.write(" <span class=\'meta meta_tag meta_tag_inline meta_tag_inline_any meta_tag_inline_any_html\'></<span class=\'entity entity_name entity_name_tag entity_name_tag_inline entity_name_tag_inline_any entity_name_tag_inline_any_html\'>table<\/span>><\/span>\n");
Add it in the new file after line 128
As a side note, it would be much easier to review the final html output of the emails and you wouldn't get such a negative reaction.
精彩评论