This is pretty easy to setup. All you need to do is place.
Code:
<a name="edit"></a>
Just above your WYSIWYG editor
And youc an use the following to setup up the iFrame
Code:
<iframe src="test.html#edit" width="800px" height="600px" scrolling="No" frameborder="0"></iframe>
The text in blue tells it were to point to in the HTML document. So when the iFrame loads telling it to goto #edit the page well jump to that A tag named edit thus showing you your editor.
The text in red shows you how to disable scrolling.
Bookmarks