cschults
04-26-2005, 08:22 PM
Ok, I'm stumped. Grist Magazine launched HTML emails on April 4th. Everything has been okay until today. When I sent today's Weekly Grist (http://www.grist.org/email/weekly/2005/04/26/), the majority of the email became italicized in Outlook, Entourage and Thunderbird. The same email in Yahoo! mail and AOL Webmail was fine.
During my investigation, I discovered that Outlook et all moved an <em> tag like so ...
from:
<font size="1" face="verdana, helvetica, arial, sans-serif" color="#000000"><span style="font-size: 12px"><strong>Iceland, Iceland, Baby</strong><br />
<a href="http://grist.org/i-refer?source=weekly" style="color: #336699; font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; text-decoration: underline;">Introduce your friends and family to <em>Grist</em> emails</a> and we might just thank you by sending you to Iceland.
</span></font><br /><br />
to:
<font size="1" face="verdana, helvetica, arial, sans-serif" color="#000000"><span style="font-size: 12px"><strong>Iceland, Iceland, Baby</strong><br />
<a href="http://grist.org/i-refer?source=weekly" style="color: #336699; font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; text-decoration: underline;"></em>Introduce your friends and family to <em>Grist emails</a> and we might just thank you by sending you to Iceland.
</span></font><br /><br />
Why did this happen?!? And get this ... Yesterday's Daily Grist (http://www.grist.org/email/daily/2005/04/25/) was fine. I resent it today to a test mailing list -- same problem!
We're currently using Sympa to deploy emails, but our host says no changes have been made for some time.
I did discover that moving <em> and <strong> tags outside <a> tags solved the problem, but again ... this was not necessary for the past two weeks.
Anyone have any idea why this is happening?
Thanks in advance!!!
During my investigation, I discovered that Outlook et all moved an <em> tag like so ...
from:
<font size="1" face="verdana, helvetica, arial, sans-serif" color="#000000"><span style="font-size: 12px"><strong>Iceland, Iceland, Baby</strong><br />
<a href="http://grist.org/i-refer?source=weekly" style="color: #336699; font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; text-decoration: underline;">Introduce your friends and family to <em>Grist</em> emails</a> and we might just thank you by sending you to Iceland.
</span></font><br /><br />
to:
<font size="1" face="verdana, helvetica, arial, sans-serif" color="#000000"><span style="font-size: 12px"><strong>Iceland, Iceland, Baby</strong><br />
<a href="http://grist.org/i-refer?source=weekly" style="color: #336699; font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; text-decoration: underline;"></em>Introduce your friends and family to <em>Grist emails</a> and we might just thank you by sending you to Iceland.
</span></font><br /><br />
Why did this happen?!? And get this ... Yesterday's Daily Grist (http://www.grist.org/email/daily/2005/04/25/) was fine. I resent it today to a test mailing list -- same problem!
We're currently using Sympa to deploy emails, but our host says no changes have been made for some time.
I did discover that moving <em> and <strong> tags outside <a> tags solved the problem, but again ... this was not necessary for the past two weeks.
Anyone have any idea why this is happening?
Thanks in advance!!!