HI Jim,
I wrote too soon. I eliminated just the "mktEditable" part and that locks down my text. The text has to be editable. so any thoughts about this?
Thanks,
Debi
You may want to restrategize your need as you can't have an editable section within an editable section. Perhaps make the parent container editable so that everything can be editable.
Hi,
I just came across similar issue and wanted to share how I solved it. I was working with code supplied and when went to save template got the error - "NESTED EDITABLE ELEMENT #Footer"
I am not a coder but I solved it by making both elements LHS aligned so the second element was not nested under the first.
See screenshots -
SCREENSHOT 1 -
SCREENSHOT 2 -
Cheers!
Alignment of HTML code has nothing to do with the actual functionality of the code - it's simply to make it easier to work with the code (as is the color-coding). So I'm surprised that just left-aligning it fixed it.