Email Confirmation Message Doesn't pick up the style sheet only in hotmail/yahoo

  • Thread starter Thread starter Tatyana
  • Start date Start date
T

Tatyana

Hello,

I'm having problems to Style Order Confirmation Email Body. I'm sending it
out as HTML.
Everything looks fine in Outlook, but hotmail accounts (checked it on yahoo
and hotmail) seem to disregard the stylesheet and only grab the inline
styles.

Is there a solution to the above problem, does anybody know the answer?

Thank you,
Tatyana
_______________________________________________
Here is a template I'm sending out along with the email:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html xmlns="http://www.w3.org/1999/xhtml" >

<head>

<title></title>

<link href="http://www.mydomain.com/content/images/Template.css"
rel="stylesheet" type="text/css" />

</head>

<body>

.......... Order Confirmation Information

</body>

</html>
 
because any automatic link in an email can be used for user tracking, the
trend in email display is to disable them . you should switch to inline
styles for email.

-- bruce (sqlwork.com)
 
Back
Top