It seems like lines are not wrapping on some text messages in Google Chrome browser on Windows 7...not sure if this is a mis-setting on my part.
Example: http://207.158.46.202/hastychrome.png
here's the headers of the email and a bit of the content. This a "daily" email and I've never seen this before.
Return-Path: <return-6-2619-xxxxxxxxxx=xxxxxxxxxx.com@drhinternet.net>
X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on mail.xxxxxxxxxx.com
X-Spam-Level:
X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham
version=3.2.4
Received: from pond4.drhinternet.net (70.47.67.14) by mail.xxxxxxxxxx.com
with SMTP (EIMS X 3.3.9) for <xxxxxxxxxx@xxxxxxxxxx.com>;
Sun, 13 Dec 2009 05:13:39 -0500
Received: (qmail 9162 invoked by uid 99); 13 Dec 2009 10:14:00 -0000
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=wod_text.wod; d=m-w.com;
b=AFSl2R5DNmrh9PMzlE8b7BgPl5epKqOmHLR/BVeZULtvR08GZDswfIFgL+RhbCq7 ;
Date: 13 Dec 2009 10:14:00 -0000
Message-ID: <20091213101400.9158.qmail@wordoftheday-m-w.com>
To: xxxxxxxxxx@xxxxxxxxxx.com
Subject: indefeasible: M-W's Word of the Day
From: word@m-w.com
Reply-To: word@m-w.com
MIME-Version: 1.0
X-Mailer-Info: BGR2Zvk6LaNhoaMkpac0qzSlDUElMF1lLKM5LJVfAt
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
****************************************************************
Follow Merriam-Webster on Twitter! Editor at Large Peter Sokolowski offe=
rs daily observations on new words and language.
http://twitter.com/petersokolowski
****************************************************************
The Word of the Day for December 13 is:=20
indefeasible \in-dih-FEE-zuh-bul\ adjective
: not capable of being annulled or voided or undone
Example sentence:
After his father's untimely demise, which reeked of foul play, Prince Ni=
kolai took to the throne as was his indefeasible right as the king's eld=
est son.
Did you know?
We acquired "indefeasible" in the mid-16th century by combining the Engl=
ish prefix "in-" ("not") with "defeasible," a word borrowed a century ea=
rlier from Anglo-French. "Defeasible" itself can be traced to an Old Fre=
Line wrapping text is a pain to be honest. We used to use a programmatic way to force browsers to line wrap nicely but this can decrease the accurate representation of the original content more than I like (and the best method I could come up with had some unfortunate side effects). So now we use some browser specific CSS that is less than ideal but works in many situations. It is actually the only CSS in Hastymail that does not W3C validate. I don't have Chrome available to me at the moment (no windows boxes), but I will try to reproduce it this over the next week and let you know.
Thanks for the feedback,
Jason