I think the editor is lacking in it's abilty to do certain simple things. example
1) It's very hard to remove something like <h3> </h3> even if you try delete and the Remove formatting toolbar.
3)This is another pain "<p><table>....</table></p> " The editor does not allow you to remove the <p>, it inserts the <table> inside the <p> tags. When adding a table below the table table you get something like "<p><table>....</table></p><p><table>....</table></p>"
I think the editor should not add <p> </p> until the unless the hits the enter key to move to a new line.
If a <p> </p> is detected and a <div> or <table> is about to be inserted then the editor should first remove the <p> </p> tag and insert the <div> or <table> tag in it's place.
1) It's very hard to remove something like <h3> </h3> even if you try delete and the Remove formatting toolbar.
3)This is another pain "<p><table>....</table></p> " The editor does not allow you to remove the <p>, it inserts the <table> inside the <p> tags. When adding a table below the table table you get something like "<p><table>....</table></p><p><table>....</table></p>"
I think the editor should not add <p> </p> until the unless the hits the enter key to move to a new line.
If a <p> </p> is detected and a <div> or <table> is about to be inserted then the editor should first remove the <p> </p> tag and insert the <div> or <table> tag in it's place.