In my index.html I wrote: <script type="text/javascript" src="FCKeditor/fckeditor.js"></script>
My lines where I call for the FCKeditor: <textarea name="text" id="text">text from the database</textarea> <script language="javascript" type="text/javascript"> var oFCKeditor = new FCKeditor( 'text' ) ; oFCKeditor.Width = "550px"; oFCKeditor.Height = "500px"; oFCKeditor.ReplaceTextarea(); </script>
It may be the same thing as I got. Are you checking this with Firefox? If yes, are you using the Style item in the toolbar? If you are, try removing just the Style item from FCKConfig.ToolbarSets and then try to see again if it's ok. If it shows the toolbar, then it's the same thing on my side. I've tested this on 2 different servers. Check my thread just after this one in the Help forum. We may be able to figure this out togheter...
RE: FCK doesn't work with Firefox on my websp
root
- [FCKeditor]
- [other folders]
- index.html
In my index.html I wrote:
<script type="text/javascript" src="FCKeditor/fckeditor.js"></script>
My lines where I call for the FCKeditor:
<textarea name="text" id="text">text from the database</textarea>
<script language="javascript" type="text/javascript">
var oFCKeditor = new FCKeditor( 'text' ) ;
oFCKeditor.Width = "550px";
oFCKeditor.Height = "500px";
oFCKeditor.ReplaceTextarea();
</script>
RE: FCK doesn't work with Firefox on my websp
RE: FCK doesn't work with Firefox on my websp