Hello,
I'm using this editor in my admin panel for easy changes to my template files but when it loads the page I want it to it removes all <html> <head> <title> and <body> tags from the editor!
Is there away to make ckeditor not remove this and just load the file as it is?
If not, do you know of any good web based editor that allow it?
Thanks for the support!
Ebbalingur
I'm using this editor in my admin panel for easy changes to my template files but when it loads the page I want it to it removes all <html> <head> <title> and <body> tags from the editor!
Is there away to make ckeditor not remove this and just load the file as it is?
If not, do you know of any good web based editor that allow it?
Thanks for the support!
Ebbalingur
Re: How To Keep <html,head,body> Tags In Editor?
Please it would be so nice to find a solution for this.
Thanks for your support!
Take care,
Ebbalingur
Re: How To Keep <html,head,body> Tags In Editor?
Hi, we call this feature "Full page editing support" formerly in FCKEditor, where is aligned up yet in v3, we're working on it:
http://dev.fckeditor.net/ticket/4067
Re: How To Keep <html,head,body> Tags In Editor?
config.fullPage = true;
I thought I read somewhere that this is all you have to do. But, it doesn't work and my body tags continue to get stripped off.
Please help!
Re: How To Keep <html,head,body> Tags In Editor?
Re: How To Keep <html,head,body> Tags In Editor?
These php scripts will do it for you
http://www.esltd.plus.com/CK_page_editor/
I've put som help installing them here
viewtopic.php?f=11&t=17166
Vincent