Downloaded the latest version of FCKeditor from sourceforge.
Following the instruction given in the wiki I've uncrompressed the files to a directory called "FCKeditor" in the root of my web site (apache/php server).
If I goto the test URL: http://<your-site>/FCKeditor/_samples/default.html
Everything seems to work fine in IE except that I don't have any style in the drop-down box and the content templates are empty (no templates).
It looks excellent apart from this and I've been pulling my hair out all day trying to sort it out! Please help!
Mon, 10/03/2005 - 08:13
#1
RE: New Installation but No Styles or Templates
Also when uploaded to web server it does not work in firefox!!!
RE: New Installation but No Styles or Templates
I had to replace the first line of the .xml files with: <?header("Content-type: application/xml")?>
Seems that the server was not sending the correct headers!
RE: New Installation but No Styles or Templates
Did anyone find a solution to this bug ? The most strange thing is that the sample on fckeditor.net does work, even with IE6. This style function is really necessary for graphic respect of mywebsite....
Thank you
octopaze
RE: New Installation but No Styles or Templates