Here is my scenario; a user's stored data is displayed in the editor (it is stored in and read out of a MS SQL db). They can delete the data so that nothing is visible in the editor. If you switch to "HTML" mode you'll see that several tags are left over "<P>, <FONT>, <DIV>" for example.
When the users saves their data, these leftover tags are written into the db instead of a blank record. I've tried using the "editor.EnableStripScriptTags = true" command to remove the orphanced tags, but this doesn't seem to work. I'm not sure if this is the correct command or not.
Anyone have any ideas?