Hi
I installed FCKeditor on localhost and it works when I select HTML-Code from my Database (I created this code with FCKeditor und saved it in my mySQL-Database).
I uploaded my files on my webspace and I only changed the file, which is necessary for connecting with the Database.
Afterwards I took a look on my Website and tried to do the same like on localhost (I wanted to see my HTML-including Data in the FCKeditor).
But I only saw a Textarea without the Toolbar. My text from the database was OK (the images were shown and all the <i>-tags were converted and I saw them "italic").
But where is my Toolbar?
I hope someone can help me
Flo, a helpless German
Mon, 11/28/2005 - 12:18
#1
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
I am having the same problem on my site as well - http://www.hagrin.com . It's a simple PHP site that I tried to build my own CMS and use the FCKEditor as the editor for the commenting system.
RE: FCK doesn't work with Firefox on my websp