html - Is Hotmail blocking some CSS properties when send mail with PHP? -
i trying put form inside mail website.
i discovered in hotmail, float:left;
, float:right;
doesn’t seems work, in html e-mail.
is there way around it?
is hotmail blocking css properties when send mail php?
100% nothing hotmail or php specifically, sad state of html e-mail design in general.
hotmail & others not use float
values in css. in fact html e-mail is—in general—archaic , force engage in design techniques go way nested <table>
layout practices of 1990s. explained on page on “email design guidelines” campaign monitor; emphasis mine:
before getting details, there uncomfortable facts new html email should aware of. building email not building web. while web browsers continue onward march towards standards, many email clients have stubbornly stayed put. have gone backwards. in 2007, microsoft switched outlook rendering engine internet explorer word. yes, in word processor. add quirks of major web-based email clients gmail , outlook.com, sprinkle in little lotus notes , you’ll realize how different email game is.
which if think can take html & css code main website repurpose pure html e-mail in rude awakening. world of html e-mail design whole world of design headaches unto itself.
another resource on topic can found in “the foundations of coding html email” litmus; again emphasis mine:
simply put, many html , css properties used in modern web design not supported in email. email programs outlook 2007 , 2010 use microsoft word (yes, word processor) render html. in other words, building email not building website, unless you’re still building websites did in 1999.
they include great—and head noddingly structured—“email coding 101” graphic explaining need know when designing html e-mails. yes, it’s not pleasant sad reality of html e-mails in 2014.
Comments
Post a Comment