Hi,
I'm trying to create a simple table in the RadEditor that has a dark blue header row and the rest of the rows are light blue. However, if I use a standard bgcolor attribute or an inline CSS the editor strips those out when I edit the module. I tried giving the table a Class and applying that to the <th> and <td> tags but the editor converted my <th> tags to <td> tags so the whole table is now one color.
Can I stop the editor from stripping out my colors or style the table in such a way that they will stay?