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 foundI'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?