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?