Hi all,
I'm loading in an HTML-page into the FCKeditor:
$oFCKeditor->Value = file_get_contents($_GET["doc"]);
Only the html inside the <body> ... </body> stays, and is displayed, the rest is removed by the FCKeditor - why?
How can i get the FULL html-file listed, in the editor?
Hope you can help.
Jon.
I'm loading in an HTML-page into the FCKeditor:
$oFCKeditor->Value = file_get_contents($_GET["doc"]);
Only the html inside the <body> ... </body> stays, and is displayed, the rest is removed by the FCKeditor - why?
How can i get the FULL html-file listed, in the editor?
Hope you can help.
Jon.
Re: FCKeditor removes html-tags?
I'm an idiot... After searching hours/reading a million lines of code... i scrolled down ½ a page, and found this url:
viewtopic.php?f=5&t=7909