Skip to main content
July 23, 2013
Question

Templates - mapping rich text content to template areas

  • July 23, 2013
  • 2 replies
  • 737 views

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
 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

July 23, 2013
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!
July 23, 2013
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">