I'm trying to use ckeditor with more than 2 form like
then there are problems.
1st editor works fine,
but 2nd one won't follow the settings like config.uiColor
and 3rd one even disappeared!
can anyone help me solve this problem?
<form id="form1"> <textarea class="ckeditor" name="t1"></textarea> </form> <form id="form2"> <textarea class="ckeditor" name="t2"></textarea> </form> <form id="form3"> <textarea class="ckeditor" name="t3"></textarea> </form>
then there are problems.
1st editor works fine,
but 2nd one won't follow the settings like config.uiColor
and 3rd one even disappeared!
can anyone help me solve this problem?

http://tinyurl.com/yedlfe4
This is the working sample.
but if I use google Chrome then that's different.
this is what I see by Chrome: http://tinyurl.com/y8lj5os
Is it mean that the ckeditor does not full support google Chrome?
or is there any ways to fix this?
For example the config.js file is missing: http://www.jafnet.co.jp/test/config.js?t=99GE and you're using a XHTML like syntax for the textareas: <textarea class="ckeditor" id="content_1" name="content" /></textarea><br />
Also, your page is missing a doctype, you should use one to trigger standards rendering mode.
I fixed those problems you said,
but there's one I can't fix that is: