View Single Post
  #3  
Old 08-22-2005, 12:16 PM
 
jb5ep jb5ep is offline
 

Advanced Member
  
Join Date: Apr 2005
Location: U.K.
Posts: 65
 

Default

I'm guessing this is old news, but i'll mention it here anyway...

I amended a load of our html mail templates and was suprised to see that Hotmail takes a bit of a dislike to styles embedded in the doc. Most other webmail/mail clients seemed fine with it. Consequently (to keep the client happy....... ) I ended up specifying styles inline. For example:

Code:
<p style="font-family:Verdana, Arial, Helvetica, sans-serif;color:#666666;font-size:11px;">Your html email text here</P>

This works no probs, no matter how you're viewing your mail (but is obviously a bit of a 'mare if you need to amend your styles).

Cheers
__________________
X-Cart 4.0.17
ezUpsell
PHP 4.4.1
MySQL 4.0.25-standard
Apache 1.3.34
Linux
Reply With Quote