I installed tinymce according to the install.txt, read all postings because it did not work and tried out everything which was suggested. the "best" results are the links "disable (or enable) rich-text" but nothing happens if I klick these links. Tried out IE and Firefox, both with JS. The only thing I found out was, that tiny_mce.js does not appear to load....

<style type="text/css" media="all">@import "/misc/drupal.css";</style><script type="text/javascript" src="/misc/drupal.js"></script>
<script type="text/javascript" src="/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php"></script>

hope anybody can help to overcome this problem.

Comments

dregster’s picture

There should be a call to tinyMCE.init in a script tag. I'm having the same problems as you, but I do see the javascript call to this init function, and the .js files seem to be loading and are in the right folders on my webserver.

I'm still searching for a solution.

Ron