Re: [PHP] HTML & plain text in Outlook 2007
[email protected] ("Michael A. Peters")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Ashley Sheridan wrote: > > > That last reason could be why your email is failing! HTML email is the > one place where it is actually better to code "the old way" with tables > for markup, <font> tags, and very little (if any) CSS. If you do use any > CSS, it's best left inline as well, as some email clients strip out > anything within the <head> tags of your email. Do e-mail clients handle RTF? That would seem a better way to do fancy styled e-mail to me than to use html tags in an e-mail.