whenever I type <table> in code view, when I switch to design view, they looks fine, however, when I post the content to server, and HTMLEditorExtender automatically parse <table> to <table>
EnableSanitization property is set to false.
What I can do to let <table> passed exactly as <table>?