Hi!
I edited the file fck_editorarea.css, but it does not work, the changes are not displayed.
It tried to delete all the files from the internet-cache, but that did not help..
Any ideas?
Cosmo
I edited the file fck_editorarea.css, but it does not work, the changes are not displayed.
It tried to delete all the files from the internet-cache, but that did not help..
Any ideas?
Cosmo
RE: Style sheets do not work
config.StyleValues = 'normaltext;smallnormal;pageHeader;medbold;medboldblue' ;
These could be the styles you use for your website which are in your main CSS file for your site but you will also need to duplicate these same syles in the /css/fck_editorarea.css file.
It seems like a lot of work but I suppose it is worth it.
Hope this helps,
jonny
RE: Style sheets do not work
I am using FCK v1.4 with PHPlist 2.9.3.
I have changed config.StyleNames and config.StyleValues in fck_config.js, and have also edited css/fck_editorarea.css with my styles. Unfortunately, I still see "Main Header" and the other 2 default styles when trying to set a table class.
I did a Find and Replace to try and locate where these values are, but couldn't find them.
I have manually cleared IE's cache, but still those old CSS classes show up. How can this be?
All I need to do is give users access to two styles. How can I drop these into FCK for their use?
TIA
JF
RE: Style sheets do not work
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: Style sheets do not work
Thank you for your quick reply!

I found the issue: PHPlist also hardcodes the values from fck_config directly into a script called fckeditor.php. I simply edited this file and cleared up alot of config issues I thought I had with FCK.
JF