Sending HTML email works just like sending an actual web page. Outlook is very forgiving if you forget BODY and HTML tags but other email clients such as Eudora (sp?) are not, they will literally display all the code if the HTML and BODY tags are left out.
<html>
<head>
<title>Color Change</title>
</head>
<body link="#0000FF" vlink="#0000FF" alink="#0000FF" text="#FF0000" bgcolor="#FFFFFF">
<p>Body of email goes here.</p>
</body>
</html> Mike Barone
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.