Hi,
I figured out how to make some elements uneditable and unselectable in an editable template - but I would need the opposite thing: to make the whole template uneditable and only some parts of it editable, something like:
<div id="wrapper" UNSELECTABLE="ON" contenteditable="false">
lots of tags
<div id="content1" UNSELECTABLE="OFF" contenteditable="true">
editable content
</div>
lots of tags
</div>
But this does not work, cause it seems that you cant set elemts to editable/selectable when its parents are unselectable/editable
This feature would allow true WYSIWYG of whole webpages - is there any workaround?
best regards
Bernd