View Single Post
  #2  
Old 12-18-2006, 04:51 AM
 
noms noms is offline
 

Member
  
Join Date: Aug 2005
Posts: 20
 

Default Re: HTML mails and CSS

Hi,
I haven't found the solution to the {config_load file="$skin_config"} issue ...
But I've found a work around that might help whoever runs into the same issue: Styles can also be defined in html_message_template.tpl.
You can use something like this:

<head>
{literal}
<STYLE type="text/css">
<!--
BODY,DIV,TH,TD {FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; font-size:12px;}
-->
</STYLE>
{/literal}
</head>

And they will be used by all the HTML mails...
__________________
X Cart Gold 4.0.18
X Cart Gold 4.1.9
AOM
Special Offers
Reply With Quote