I am running Drupal 6.16 and CKEditor 6.x-1.0, and would like to enable my users to change the text color. However, I don't see the text color button in the toolbar, and have been unable to find a way to enable it. How do I do that?

Comments

jcisio’s picture

Status: Active » Fixed

Look at config.toolbar_DrupalFull in the ckeditor.config.js, there're two buttons: TextColor and BGColor.

jergason’s picture

Status: Fixed » Closed (fixed)

Thanks, I was able to edit that file and get it fixed.