Specifications

602
Table editing functions
Table functions add and remove table rows and columns, change column widths and row heights,
convert measurements from pixels to percents and back, and perform other standard table-editing
tasks.
dom.convertWidthsToPercent()
Availability
Dreamweaver 3
Description
Converts all WIDTH attributes in the current table from pixels to percentages.
Arguments
None.
Returns
Nothing.
dom.convertWidthsToPixels()
Availability
Dreamweaver 4
Description
Converts all WIDTH attributes in the current table from percentages to pixels.
Arguments
None.
Returns
Nothing.
dom.decreaseColspan()
Availability
Dreamweaver 3
Description
Decreases the column span by one.
Arguments
None.
Returns
Nothing.
Enabler
“dom.canDecreaseColspan()” on page 411