I am getting an error message on my web logs stating the a file is not being found.
/www/fckeditor/editor/css/fck_editorarea.css
Does anyone know what this file is used for? and can I search for this an just upload it? or does it need to be customized?
Thanks
Mark
/www/fckeditor/editor/css/fck_editorarea.css
Does anyone know what this file is used for? and can I search for this an just upload it? or does it need to be customized?
Thanks
Mark
RE: File Not found = fck_editorarea.css
File Not found = fck_editorarea.css
I have fck_editorarea.css file located under the path \fckeditor\editor\css
However I am getting the error message File Not Found on my web stats.
File Not Found: www/fckeditor/editor/css/fck_editorarea.css
Referring page: http://www.internetobits.com/FCKeditor/ ... ditor.html
I can't find any referrence to this file in fckeditor.html.
Questions:
1. Any reason why I am getting this file not found?
2. What is the purpose of this file.
Any suggestions would be appreciated.
Thanks,
Mark MacDonald
RE: File Not found = fck_editorarea.css
Generally the reference for the editor CSS file will be assigned to FCKConfig.EditorAreaCSS in the FCKEditor/fckconfig.js . Just check this file whether it has something like
RE: File Not found = fck_editorarea.css
Generally the reference for the editor CSS file will be assigned to FCKConfig.EditorAreaCSS in the FCKEditor/fckconfig.js file . Just check this file whether it has something like FCKConfig.BasePath + 'css/fck_editorarea.css' and please let me know it resolves the issue.
regards,
Mehmood
RE: File Not found = fck_editorarea.css
FCKConfig.EditorAreaCSS = '/www/fckeditor/editor/css/fck_editorarea.css';
That is where the fileis located, not sure if there is a syntax error above or another issue?
www\FCKeditor\editor\css
Not sure if it is case senstive? www\FCKeditor FCK is capital?
Cheers,
Mark
RE: File Not found = fck_editorarea.css
regards,
Mehmood