Using the Rich Text Editor using-the-rich-text-editor
The Rich Text Editor (RTE) appears throughout Marketo and is available whenever you want to add or edit content. You’ll see a version of it on landing pages, programs, emails, forms, and snippets. Just click Edit Draft, and it’ll pop up to serve you.
Editor Settings editor-settings
The root block element setting defines which tags wrap your content. By default, the email root block element utilizes <p>
tags. You have the option to change that by following the steps below.
-
Click Admin.
-
Click Email.
-
Click Edit Text Editor Settings.
-
In the Email / Snippet Editor drop-down, select
<div>
or None and click Save.<div>
is used in this example.If you have
<div class=“mktEditable”></div>
in an Email Template, you will see the following HTML Source behavior when you open the section and type “Text Goes Here” in the editor:
<p>
for rich-text program tokens.Features features
Here are the features you’ll find in an RTE.
<sub>2</sub>
).<sup>6</sup>
).<s>Put a line through text, like this</s>
.Landing Pages landing-pages
The root block element setting defines which tags wrap your content. By default, the landing page root block element utilizes <div>
tags. You have the option to change that, by following the steps below.
-
Click Admin.
-
Click Email.
-
Click Edit Text Editor Settings.
-
In the Landing Page Editor drop-down, select
<p>
or None and click Save.<p>
is used in this example.And that’s it!