Update:
I've tried using the svn mediawiki/fckeditor just now, and uncommented the lines in fckeditor_config.js that enable/disable text and background color. Still no go. I just get <span>text</span> instead of a span with color style. ![]()
First of all, THANKS to the developer(s). This is a great product.
I've installed the editor on my mediawiki server. My problem is that the text color and background color tools do not seem to work. When I look at the wikitext, they seem to insert things like:
<span style="">the text I selected</span>
So there is no color=#whatever in the style. Any thoughts on what I've done wrong?
Nick.
Fri, 12/07/2007 - 16:23
#1

Re: Trouble with text/background color
My guess is that the developers are working on implementing text and background color button but haven't yet done so --- that's why the buttons are commented and not active by default.
Re: Trouble with text/background color
Re: Trouble with text/background color MAYBE SOLVED
Nick.