My ckeditor doesnt for some reason show size, format, style in the drop down box, see screen shot with the url below. Anyone have any idea why? There are something in my java web application which triggers this error to happen, cause when I tried a plain simple test with downloading the editor, making a test.html file and deploy to a servlet container (tomcat) it works nicely. I just dont have any idea where to look why the drop down boxes arent filled out.
http://www.vervikgaard.no/vervikBilder/ckeditor.png
as a curosity, I posted the same question on, but never received any anwer there.
http://stackoverflow.com/questions/6952 ... rmat-style
in advance thanks.
Thomas
Sun, 08/07/2011 - 14:51
#1
Re: ckeditor doesnt show size, format, style
In your css you might be setting big padding or margin for some element, and that's the problem that you are facing. If you can't easily find it out, then check with some tool like Firebug.