Hello,
i got a strange problem:
oFCKeditor.Config("EditorAreaCSS") = "/roether2.css"
doesn't work
oFCKeditor.Config("EditorAreaCSS") = "http://XX.XXX.XX.XXX/arnold/roether2.css"
this works !
I also can't use
oFCKeditor.Config("CustomConfigurationsPath") = "/fck_config.js"
only
oFCKeditor.Config("CustomConfigurationsPath") = "http://XX.XXX.XX.XXX/arnold/fck_config.js"
Server is a Win2003.
Any ideas ?
Thanks
Michael
Mon, 07/24/2006 - 10:22
#1
RE: EditorAreaCSS only via HTTP
Hi !

What happens if you try this :
oFCKeditor.Config("EditorAreaCSS")="/arnold/roether2.css"
and this
oFCKeditor.Config("CustomConfigurationsPath") = "/arnold/fck_config.js"
If your page is located in the same directory where roether2.css and fcj_config.js are located, than you could try :
oFCKeditor.Config("CustomConfigurationsPath") = "fck_config.js"
oFCKeditor.Config("EditorAreaCSS")="roether2.css"
Hope this helps
Y.Chaouche
RE: EditorAreaCSS only via HTTP
And i have to say.....it works !
Thank you, Yacine !
regards from southern germany
Michael