Summary:
Ability to specify a wrapping tag id or class for the microtiny editor
Detailed Description:
Often, CSS styles relevant to the content are specific to the content area, e.g.
div#main or div.content. When editing pages in the admin area, this wrapping
element is not present and therefore those styles are not applied to the content
in the microtiny editor.
It would be great to be able to specify a wrapping tag id or class name for the
microtiny editor so that styles are correctly applied to the content in the
editor. I presume that a lot of questions regarding missing css styling in the
microtiny editor could be solved by providing such a setting.