I'm sorta pulling my hair out over this. I've got some AJAX live elements that are added when a user views details of a project. I'm calling CKEDITOR.replace on all of the textarea's that are created. That is working just peachy. What's not working is that it looks crazy:
This is happening with all default settings. Literally the only thing I did was call CKEDITOR.replace on the textarea id's and left everything as default.
Can anyone provide any insight?
Wed, 02/02/2011 - 06:44
#1
Re: Editor Loads, but looks messed up
Re: Editor Loads, but looks messed up
it seems that you have a css-directive that messes up this. Try to uncomment your css-file, and take it from there.