When creating or editing an Email or Landing Page Templates in the DemandCenter WYSIWYG Editor, you have the option to paste your own pre-written HTML code.
To paste your code into the WYSIWYG editor:
- Go to Assets > Explore Landing Pages.
- Create or Edit your Landing Page.
- Click the HTML button, in the WYSIWYG toolbar, to view your Landing Page Template in HTML mode.
- Copy your code from a .txt or .html file.
Note - Never copy code directly from a word processing program like Microsoft Word, with the intention of pasting into an HTML editor, as it may lead to unintended style changes and other issues.
- Paste your code into the HTML view of the WYSIWYG editor.
For Landing Pages, be sure that your code adheres to the following:- The first tag in the HTML view is <html>
- The last tag in the HTML view is </html>
- Your code should also include the <head> and </head> tags, which will be placed between the <html> and <body> tags. For example, the code for your page should contain the following syntax:
<html>
<head>
</head>
<body>
</body>
</html>
- The first tag in the HTML view is <html>
- When finished, click either:
- Save: Overwrite the preexisting template with which you started, with your changes.
- Save As: Create a NEW template.
To learn how to create an Email template, click here.
To learn how to edit an existing Email Template, click here.
To learn how to create a DemandCenter-hosted Landing Page, click here
To learn how to view and edit your existing DemandCenter Landing Pages, click here.
To learn how to use one of eTrigue’s pre-configured HTML design templates to create an Email or Landing Page, click here.