Editing area: HTML mailings

You are directed to the editing area for HTML mailings as soon as you have created an HTML or a multipart mailing or when you open it. You access the first of five workflow steps (Editing workflow step) that need to be completed when creating and sending a mailing.

The editing area for HTML mailings can be subdivided into two main areas: the editing area and the preview section. Stylised, the editing area for HTML mailings appears as follows:

The editing area also has a toolbar and a subject line.

The editor in the editing area for HTML mailings contains the following HTML tags after mailings have been created:

Copy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=[%listcharset]"/>
        <meta http-equiv="Content-Style-Type" content="text/css;charset=[%listcharset]"/>
        <title></title>
    </head>
    <body>
    </body>
</html>

You can enter text, insert links and link or embed images between the HTML tag <body> and the HTML tag </body>.

Use the buttons on the toolbar to do this. You can also enter HTML tags manually.

You can also copy text over from other word processing programs using Copy (CTRL+C) and Paste (CTRL+V).