I installed Ckeditor3.6 and integrated with my application. Running my application in IE7. CKeditor did not display any tool images. However, it did display the tool tips as I moved the mouse across the screen. I did check the skins and images dir. Everything installed properly. Below is the code I am using.
<head> <link type="text/css" rel="stylesheet" href="{$resourceUrl}FeesAndDisclosures.css"/> <script type="text/javascript" src="{$resourceUrl}ckeditor/ckeditor.js"></script> </head> <body> <!-- 'textComponentText' is my Text Area --> <script type="text/javascript"> CKEDITOR.replace( 'textComponentText' );</script> </body>
Re: CKeditor tool images not displaying
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: CKeditor tool images not displaying