I want to be able to edit an entire html document in the editor (I'm using it to design html newsletters).
I've used:
Editor1.EditCompleteDocument = true;
But it only adds html and body tags to the editor text. It is still not possible to edit the <head> content in the editor?
/Steve