As standard, you can edit between body-tag and fullpage. Is it possible to edit within a div tag without cutting it to only have to create in the editor?
Background is as follows: my site has already pre-defined content with css formatting, and I would like to see this content already in the editor
Example (simplified):
Background is as follows: my site has already pre-defined content with css formatting, and I would like to see this content already in the editor
Example (simplified):
<html> <head></head> <body> <div class="content"> .....here to edit contents of.... </div> </body> </html>