H
Handsome Prints
For the longest time I've wondered why replies to my e-mails often contain
sporadic font changes between my font and the recipient's default font. I
finally figured out the reason by saving one of my sent message as an html
file and looking at the source. I noticed that in several lines of the
message, the font and span tags in the HTML were closed prematurely. For
example, what SHOULD have been:
<P class=MsoNormal><FONT face=Arial size=3><SPAN
style="FONT-SIZE: 12pt">Michael Clayton (2007)(IMDB: 7.6)</SPAN></FONT></P>
was for some reason being formatted as:
<P class=MsoNormal><FONT face=Arial size=3><SPAN
style="FONT-SIZE: 12pt">Michael</SPAN></FONT> Clayton (2007)(IMDB: 7.6)</P>
About 3 lines out of 10 were affected. Naturally on my end, when I type the
e-mail, everything looks perfectly fine. Could it be that in the affected
lines, that I am backspacing over some formatting tag? Or is this a some kind
of bug?
Any ideas as to why this is happening and how to solve it?
HP
sporadic font changes between my font and the recipient's default font. I
finally figured out the reason by saving one of my sent message as an html
file and looking at the source. I noticed that in several lines of the
message, the font and span tags in the HTML were closed prematurely. For
example, what SHOULD have been:
<P class=MsoNormal><FONT face=Arial size=3><SPAN
style="FONT-SIZE: 12pt">Michael Clayton (2007)(IMDB: 7.6)</SPAN></FONT></P>
was for some reason being formatted as:
<P class=MsoNormal><FONT face=Arial size=3><SPAN
style="FONT-SIZE: 12pt">Michael</SPAN></FONT> Clayton (2007)(IMDB: 7.6)</P>
About 3 lines out of 10 were affected. Naturally on my end, when I type the
e-mail, everything looks perfectly fine. Could it be that in the affected
lines, that I am backspacing over some formatting tag? Or is this a some kind
of bug?
Any ideas as to why this is happening and how to solve it?
HP