When using the little arrows on a table row to add another row the added row gets given style="vertical-align: top". Even if the table has no styling at all. If you right click in the cell to get to cell properties only the standard html attributes are accessible, so you can't even change that style out. I can go into source to remove this but my clients will want to steer as far clear of the source as possible.
Is there something I'm missing that enables me to alter this with a config or another way to change this other than looking at the source?
Stu.
Is there something I'm missing that enables me to alter this with a config or another way to change this other than looking at the source?
Stu.
RE: adding a table row, odd style added
You can remove the widgets using the config:
FCKConfig.DisableTableHandles = true;