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>
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>