Topic: Change HTML of Page loaded in iframe.
I have 1 issue with the TinyMCE.
In my stylesheets i target the style of my content to a div#content, or div#contentarea.
Now i want to see in my editor the style applied on the fly.
I tried to add a div arround the editor, but i can not manage to find the location / template where the page loaded in the iframe is created.
if found where the <body .......... /><br></body> is build, and that the <br> is replaced with the content which needs to be edited. I tried to <body ......... /><div id="content"><br></div></body>
But in this case the <div id="content"><br></div> is replaced completly..
my question is! : is there a way to place a div arround the content, in the page loaded in the iframe.
Thnxz in advance.
Edwin