As ur experience, there are any way to do that? For example, i have a default layout, which loads when the user starts editing an empty document, something like this:
<h1>Sample heading</h1>
<p>Sample text</p>
<div class="something"></div>
Here, i want to have a control to prevent ppl starting to writing into the .something div. If possible, i want to disable the possibility to remove my predefined tags too.
Sorry for english, and thanks for the answers! :)