Thanks for your response, David. I've been behind on the forum, working on a number of server setups and some problems.
Hi Lisa,
If sending HTML email your CSS should be inline. I recommend after the <body> tag due to a problem seem on HotMail.
Like this:
<html>
<body>
<style type="text/css">
h1 { margin:0; font: bold 10pt arial; text-decoration:underline; }
</style>
Your page here
</body>
</html>
A text copy is also required. To avoid having to create two copies of the same message you might consider using a message code of the type "Link to HTML" as your text message.
Regards