Hi,
This editor is great, BUT, I can't seem to get it to display my own style sheet and it is driving me mad!!
I have tried every possible combination of:
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'myown.css' ; cleared cache etc but no joy. Am I doing something silly? Please can someone help as this tiny problem is spoiling my day!!
Thanks,
al.
This editor is great, BUT, I can't seem to get it to display my own style sheet and it is driving me mad!!
I have tried every possible combination of:
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'myown.css' ; cleared cache etc but no joy. Am I doing something silly? Please can someone help as this tiny problem is spoiling my day!!
Thanks,
al.

RE: Help with CSS
This has worked in IE and FF pretty well for me..
RE: Help with CSS
I tried editing the fck_editorarea.css to see if I could get that to update but that isn't showing any changes either. Help?!?!
RE: Help with CSS
I just checked and I actually configure my CSS in the ASP though.
objEditor.Config("EditorAreaCSS") = "/mystyles.css"
Not sure if you're using ASP or not but this could help.
RE: Help with CSS
RE: Help with CSS
http://fckeditor.wikiwikiweb.de/Develop ... ion/Styles
RE: Help with CSS
I had a look at this before and hoped it was meant for someone else. Guess I'd better have a bash. Thanks for your advise everyone!
a.
RE: Help with CSS
oFCKeditor = new FCKeditor(<editor name> ) ;
...
oFCKeditor.Config['EditorAreaCSS'] = '<stylesheet path>';