HTML email
Posted: Tue Jul 15, 2008 1:09 pm
i am trying to create a HTML email template that i can just edit the html and paste it into an email and hit send.
whenever i try to do that it just comes thru as code. i am not trying to create a very complicated page that i want to send. very simple just a list of links so people can click the link and visit sites. it needs to be html email because i want to have an image in the body of the email.
i am sure that it has to do with the headers.
any help would be great.
here is what i am trying to send:
thanks
whenever i try to do that it just comes thru as code. i am not trying to create a very complicated page that i want to send. very simple just a list of links so people can click the link and visit sites. it needs to be html email because i want to have an image in the body of the email.
i am sure that it has to do with the headers.
any help would be great.
here is what i am trying to send:
Code: Select all
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<a href="http://www.google.com">google</a>
</body>
</html>