I am using fckeditor to allow people to create HTML snippits that are inserted into other HTML documents. When the editor fires up and you go view the source it defaults with this code:
<html dir="ltr">
<head>
<title></title>
</head>
<body>
<p> </p>
</body>
</html>
My problem is that I can overwrite this code with an HTML snippet and preview it and it looks great, but if you go back into the source editor it puts the <HTML>, <HEAD>, and <BODY> tags back in, which I don't want. I have researched this forum and from what I can tell if I have FCKConfig.FullPage = false the editor shouldn't do this, but no matter how I set the FCKConfig.FullPage, it does this. Am I missing something here? I swear I have had this working before, but I may have been delusional
Any solution to this?
Thanks in advance.
Fri, 01/25/2008 - 19:22
#1
Re: Default HTML code & FCKConfig.FullPage
I have same problem. Fullpage=false, but still head and body tags appear. I'm using Oracle AS Portal and FCKeditor is contained within iFrame. Any suggestions?
Re: Default HTML code & FCKConfig.FullPage
Re: Default HTML code & FCKConfig.FullPage