Page 1 of 1

HTML email

Posted: Tue Jul 15, 2008 1:09 pm
by QbertsBrother
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:

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

Re: HTML email

Posted: Fri Jul 18, 2008 1:01 pm
by alex.barylski
Well, what are you pasting into? Outlook or a web based WYSIWYG?

Re: HTML email

Posted: Mon Jul 21, 2008 3:28 pm
by QbertsBrother
Hockey wrote:Well, what are you pasting into? Outlook or a web based WYSIWYG?
outlook.

i would also like to add a forward link and grab the original contents of the message and have it appear in the new message.