To Whom This May Concern,
I am having problems getting an html message to display correctly. When I paste the html code into the source box, the fckeditor loses the background color and text color of the code - when I hit source again to view the page - the body link that contained this code completely disappears - the file can be downloaded at mikesworld.net/800sandiego.htm
Any and all help greatly appreciated!
Best Regards,
Mike
I am having problems getting an html message to display correctly. When I paste the html code into the source box, the fckeditor loses the background color and text color of the code - when I hit source again to view the page - the body link that contained this code completely disappears - the file can be downloaded at mikesworld.net/800sandiego.htm
Any and all help greatly appreciated!
Best Regards,
Mike
RE: html message not being displayed correctl
FCKConfig.FullPage = true ;
In your config. Not sure if that's all there is to it or not. Check it out and see.
RE: html message not being displayed correctl
Thank you for your reply! I forgot to mention in my initial post that I am using the latest version of the software. Even if I attempt to post the source code in the fckeditor official demo, the page does not display properly. Does the page display correctly in your copy of fckeditor? Please let me know.
Best Regards,
Mike
RE: html message not being displayed correctl
Hi Mike!
Well, most folks don't use the full page editing feature. I think it's overall easier to chunk out parts of a page rather than the whole thing, but that's 'cause it works best for me that way.
When I get home and rebooted I'll see what happens in my install.
I'm sure that the demo site doesn't have the full page editing turned on, and since we convert the doc to it's DOM and back, we will cut out the body and html tags as they are invalid when in "in-line" edit mode. Thus, that's why they dissapear, (or should get turned into invalid-tag tags, but I digress and may be wrong when you switch from source and back.
Hope that helps a bit!