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:

  1. has consistent space encoding (this is covered by the general Dreamweaver formatting tool's checks if you run that on the HTML document first).
  2. has proper indentation (in Dreamweaver, Edit -> Code -> Apply Source Formatting).
  3. uses double quotes (e.g. "x") instead of single quotes (e.g. 'x') for tag attributes.


HTML file with tables:

Tables

List of comma-separated indices for table locations:
e.g. 1,2,5 (indicating the 1st, 2nd, and 5th tables)

Dimensions

Rows

List of comma-separated indices for rows (beginning at row 1):
e.g. 1,2,3 (indicating first three rows)



Columns

List of comma-separated indices for columns (beginning at column 1):
e.g. 1,2,3 (indicating first three columns)


Action(s) to perform on selected cells






























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.