Re: Help

Anonymous
Not applicable

Re: Help

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

Jim_Thao7
Level 9

Re: Help

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.  

Anonymous
Not applicable

Re: Help

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 -

Nested1.png

SCREENSHOT 2 -

Nested2.png

Cheers!

Dan_Stevens_
Level 10 - Champion Alumni

Re: Help

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.