When I create a table and set the cell background color I get something like <td bgcolor="#ffffoo">. This works great in the edit pane. However, when the content is saved and later displayed in a table (so I have a table in a table), the bgcolor is not showing up. I think this is because the outer table cells have the background-color defined in a style and the background-color of the outer table cell is overriding the bgcolor of the inner table cell.
If I delete the background-color from the style of the outer table cells, the inner table bgcolor is seen. But leaving the outer style off is not something I can do on our production server.
Is there a flag or something that can be set to have the FCKEditor set properties with a style tags instead of individual properties? Is there some other way I could keep the styles from the outer table from bleeding into the inner table?
If I delete the background-color from the style of the outer table cells, the inner table bgcolor is seen. But leaving the outer style off is not something I can do on our production server.
Is there a flag or something that can be set to have the FCKEditor set properties with a style tags instead of individual properties? Is there some other way I could keep the styles from the outer table from bleeding into the inner table?