hello,
I hope you can help me with setting colors in the fckeditor.
I use the fckeditor in a self-made content management system for mainly editorial work. every editorial journalist (logged-in user) got an own color to write with in the editor (important: only the edited text is set in the user-specified color!). only the administrator is allowed using black as the main color for the whole text. all of the content written by any user is going to be exported for print uses afterwards.
here is my problem.
all records are saved in the database with the styles. I prefer having around every style change (e.g. from black to green) a font-tag, just like:
"this is <font style="font-color:#00ff00";>dummy</font> text"
this should be interpretated in the editor as black and green and can be converted in print as black and green as well.
does anyone know how I can solve this problem?
thanks a lot in advance,
christian
I hope you can help me with setting colors in the fckeditor.
I use the fckeditor in a self-made content management system for mainly editorial work. every editorial journalist (logged-in user) got an own color to write with in the editor (important: only the edited text is set in the user-specified color!). only the administrator is allowed using black as the main color for the whole text. all of the content written by any user is going to be exported for print uses afterwards.
here is my problem.
all records are saved in the database with the styles. I prefer having around every style change (e.g. from black to green) a font-tag, just like:
"this is <font style="font-color:#00ff00";>dummy</font> text"
this should be interpretated in the editor as black and green and can be converted in print as black and green as well.
does anyone know how I can solve this problem?
thanks a lot in advance,
christian