I'm working with an instructor who needs to migrate content from HTML pages created many years ago to Canvas. These pages contain tables that were used for layout, and we're trying to remove them to improve accessibility. However, they are quite complex with many cells, so editing the HTML directly takes a lot of work.
I've tried the editor options to remove the tables, but it deletes them. I also looked for options in the Canvas accessibility checker and Anthology Ally's accessibility checker to remove layout tables, but could not find any.
I found this discussion: Removing table without removing the icons inside the table, where an HTML table remover is mentioned. However, I'm afraid to recommend that the instructor enter his content into an insecure web page.
Short of copying/pasting all the content piecemeal without formatting, is anyone aware of a better way to remove tables in the editor?