Trying to create an HTML email template
Hi
I am trying to create an email to send which requires some HTML coding (please see below). However i can't get it to work within an email template??? There are some instructions below that mention clicking on the Source Code icon (i can't find this) and also In Code View mode, copy your Newsletter HTML code and and return to the WYSIWYG mode. Where are these options to switch between HTML code and WYSIWYG mode?
Is there a video available for this type of thing?
HTML CODE I NEED TO USE:-
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<frameset rows="40,*" framespacing="0" border="1">
<frame src="http://email2.email-logix.co.uk/admin/index.php?Page=Preview&Action=Top" noresize="noresize">
<frame id="frame_display" name="frame_display" src="http://email2.email-logix.co.uk/admin/index.php?Page=Preview&Action=Display">
</frameset>
</html>
Instructions im trying to follow:-
Create Newsletter templates
- First, create Newsletter in Adobe Dreamweaver or any other HTML Editor and upload all images/CSS to your Website
- In Zoho CRM - Email Template body, click the Source Code icon.
- In Code View mode, copy your Newsletter HTML code and and return to the WYSIWYG mode.
- Save the email template.