This tool helps to apply various formatting actions on HTML tables across the given tables, rows, and columns.
Before using the tool, make sure that the HTML document:
- has consistent space encoding (this is covered by the general Dreamweaver formatting tool's checks if you run that on the HTML document first).
- has proper indentation (in Dreamweaver, Edit -> Code -> Apply Source Formatting).
- uses double quotes (e.g. "x") instead of single quotes (e.g. 'x') for tag attributes.
This tool removes indentation, so be sure to apply source formatting with Dreamweaver afterwards to fix it.
More in-depth information can be found in the readme.