SOLVED

Nested MktEditable Found?

Go to solution
Anonymous
Not applicable

Nested MktEditable Found?

Hi all, I'm trying to have a mktEditable tag on an image in a template, but Marketo isn't letting me approve the template, giving the following error: 

Template validation error: Nested mktEditable found

I've put the following code around the image:

<div class="mktEditable" id="download_image">
<img src="(http:...image location...)" style="border: 10px solid #ffffff; cellspacing:0px 0px;" width="300" style="margin-bottom: 0px; vertical-align: bottom; float:right; margin-top:10px;" align="right">
</div>
 
Anyone know why I can't approve this template?                    

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Jenn_DiMaria2
Level 10

Re: Nested MktEditable Found?

Hi Michelle! Would you be able to show the rest of the code? I believe the error is saying that you have two mktEditable fields within one another, which isn't feasible. Let me know!

View solution in original post

3 REPLIES 3
Jenn_DiMaria2
Level 10

Re: Nested MktEditable Found?

Hi Michelle! Would you be able to show the rest of the code? I believe the error is saying that you have two mktEditable fields within one another, which isn't feasible. Let me know!
Josh_Hill13
Level 10 - Champion Alumni

Re: Nested MktEditable Found?

Yes to what Jenn said. Look for an unclosed DIV somewhere else.
Anonymous
Not applicable

Re: Nested MktEditable Found?

That's funny. That's all it was, thanks guys. 🙂