Hello. Quick question about table styles.
The FCKeditor is brilliant at controlling text styles that web contributors can use. I can even remove all text formatting buttons from the toolbar, and force users to select styles from the "Style" drop down list. This is to ensure that people who post content to the website use the styles that match the skin. However, when you insert a table, you have all of the table properties exposed. A user could create an orange cell here and a pink cell there, etc. Here's my question:
Does the FCKeditor have any way to control the table styles that users can apply? For example, say that I want to provide an alternating row color that matches the skin, but I don't want users to have to apply colors to every individual row and cell. I also don't want users to apply colors to random cells. I want to be able to apply and remove styles for the entire table at once, and I want to control which styles are available (just like the "Style" drop down list for text). Is this possible?