I just downloaded and installed the latest CKEditor. Everything is great in Firefox, but in IE 7,8 and Chrome, just the plain TEXTAREA shows up.
I saw one thing online that said the name of the textarea couldn't have an underscore, so I changed that. But same thing.
I read something else about CSS optimization in IE, but I don't really understand what that is or what setting(s) to change.
Any help would be greatly appreciated.
I saw one thing online that said the name of the textarea couldn't have an underscore, so I changed that. But same thing.
I read something else about CSS optimization in IE, but I don't really understand what that is or what setting(s) to change.
Any help would be greatly appreciated.
Re: editor works in Firefox, but not in IE 7-8 or Chrome
Hi tommore,
If the CKEditor demo works for you in IE 7-8 or Chrome, you'll need to post your mark up and the javascript code you are using to bring the editor up, into a code block so that we can see it. Otherwise it's a bug (But I doubt it highly.)
You could of course look in the _samples directory and view the files there, to see if they work or not in IE 7-8 or Chrome too.
I suspect that they will. Look for a mistake in your html markup or javascript code.
Missing semi-colon?
Thanks,
Zanpakutō
Re: editor works in Firefox, but not in IE 7-8 or Chrome
It's my comments.php
<textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea>
Where can I find the javascript code?
I'm using wordpress 3.0.1 plugin version 1.0.3
Thank you