Is it possible to lock content layout. For example if I have a 2 divs one next to another that I don’t want user to to delete div definitions but add content inside of them how do I do it.
For example
For example
| <div id="wrap"> |
| <div class="left"> |
| User can add content Here |
| </div> |
| <div class="right"> |
| User can add content Here |
| </div> |
| </div> |
