Opened 15 years ago
Closed 12 years ago
#5252 closed New Feature (duplicate)
Background and tables
Reported by: | Ryszard | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hello, I really liked your CKEditor, but I might haven't notices, but I didn't find where to edit the background of the page (color/picture?), plus, I've noticed that tables are not adjusteble much. Like borders, they could use some coloring feature as well. :) Had to inplement a WYSIWYG editor into some newsletter wp-plugin, so he could generate the desired newsletter, but lack of those features made me to reconsider. :(
Anyway, hope you'll come up with this one. Thanks for your time
Ryszard
Background colour of content area is controlled by contents.css file. If you want to add new rules you can always define your own file and tell about it to CKEditor on HTML page (where CKEditor is defined) using - http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.contentsCss
As for borders in tables - It has been described here #464