I have a test page set up to try to get the ckeditor to appear. It works fine in IE (where the code is html-strict with a basic stylesheet). But when using XHTML-Transitional in Firefox, the CKEditor is not appearing.
The URL is http://www.honkazoozoo.com/dev/test.php.
I have tried including both the .js version and the php version (the page has 2 different ckeditor boxes currently, one trying each method), and neither appears.
Perhaps this is simply an xhtml issue/question, because this has occurred as I have worked to make the page xhtml-compliant.
So I suppose my basic question is whether ckeditor is xhtml compliant, and if not, what I would need to do to make it so.
Thanks,
Nivi
Mon, 04/25/2011 - 20:39
#1
Re: CKEditor Not Appearing in Firefox/XHTML-Transitional
In order to make it work, you would need to find every piece of code that it isn't compatible with XHTML and provide an alternate solution, keeping in mind that there are also some differences between the XHTML modes of each browser.
Quick solution: keep using HTML as you are doing for IE.
Re: CKEditor Not Appearing in Firefox/XHTML-Transitional
Thank you for your prompt response.