Editing Landing Page and Template - Cannot add Header Elements

Anonymous
Not applicable

Editing Landing Page and Template - Cannot add Header Elements

Hi,

We have a landing page that needs to have some html elements. Inside the template connected to this page, there is this section:

<div id="headerBottom-inner" class="mktEditable mktoMobileKiller"></div>

However, when editing the page in the visual editor, we cannot drag an html element into this area. Basically we are trying to create an editable <h1> tag inside the header. But nothing really happens: The element is created within the body, and cannot be placed in the header. Also, the template areas are not editable within the page editing facility.

Are we missing something?

Thanks in advance!

1 REPLY 1
Frank_Breen2
Level 10

Re: Editing Landing Page and Template - Cannot add Header Elements

It sounds like you are using a Free-form template, I think you have to have an overall <div with a class of mktContent, then you can drag and drop in:

<div class="mktoContent"

Using Free-form does away with having the elements prebuilt on the page, the drag and drop editor handles that.