Hi there,
When using the editor to create content I have noticed that whenever selecting to SetTableProperties or SetCellProperties for a table (thus opening the table wizard), upon the wizard closing the editor puts the table being edited into a paragraph (p tag). I don't wan't this to happen and I am not sure why it is happening - is there a reason for this and a way to stop it from doing so?
So basically:
When using the editor to create content I have noticed that whenever selecting to SetTableProperties or SetCellProperties for a table (thus opening the table wizard), upon the wizard closing the editor puts the table being edited into a paragraph (p tag). I don't wan't this to happen and I am not sure why it is happening - is there a reason for this and a way to stop it from doing so?
So basically:
- table = <table>...</table>
- Open table wizard and edit Cell/table
- Close wizard
- table = <p><table>...</table></p>
When I want it to be:
- table = <table>...</table>
- Open table wizard and edit Cell/table
- Close wizard
- table = <table>...</table>
Regards,
Scott