How do I configure the editor to accomplish the following:
1. if I load an html page that doesn't contain html, head and body tags, the editor won't add them automatically.
2. If I load an html page that contains html head and body tags, the editor won't strip or alter them upon open and save.
With the same editor instance, i need to be able to edit html blocks (simple blocks of html code included with smarty in different templates), and also to edit full html pages, with head, meta-tags, body etc. This is an issue that was never solved and explained anywhere completely.
1. if I load an html page that doesn't contain html, head and body tags, the editor won't add them automatically.
2. If I load an html page that contains html head and body tags, the editor won't strip or alter them upon open and save.
With the same editor instance, i need to be able to edit html blocks (simple blocks of html code included with smarty in different templates), and also to edit full html pages, with head, meta-tags, body etc. This is an issue that was never solved and explained anywhere completely.

Re: FCK messes with HTML HEAD BODY tags