Templates - mapping rich text content to template areas

Anonymous
Not applicable

Templates - mapping rich text content to template areas

Hi folks.

I have a landing page template created for a client and we need to integrate it with Marketo.

I've mapped out a few areas which I want to be editable by the client and added the appropriate

class="mktEditable"

tags to my DIVs etc.

The issue I am having is when I go to add content based on this template. I can see my content areas but when I drag the rich text editor onto the area to add content, the content is not mapping to the actual area I have created specially for it. It seems to generate a floating DIV somewhere near it.

Is this how the content / rich text works in Marketo? perhaps I'm approaching this based on my experience with creating Content Management System templates.

Many thanks,
Peter
 

Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Templates - mapping rich text content to template areas

Hi Peter,

You may want to take a look at this video.  It will give you some more information in regards to how a Marketo template is set up.  It sounds like you may be experiecing issues with placement because of the innerWrapDiv/outerWrapDiv not positioned properly.  It is difficult to asses without seeing the HTML though.

Hope this helps!
Anonymous
Not applicable

Re: Templates - mapping rich text content to template areas

The video is a must if you're going to creating your own template but I have to say that it's kind of lengthy and could use lot of editing.
There are some keys points which I'm planning to write out in our own document on creating a template.

I think Peter means deleting mktEditable from outerWrapDiv and adding it to innerWrapDiv.
<div id="outerWrapDiv">
<div id="innerWrapDiv" class="mktEditable">