Dreamweaver CS4 Resources
|
Resize tables, columns, and rows
Resize a table Select the table.To resize the table horizontally, drag
the selection handle on the right.
To resize the table vertically, drag the selection
handle on the bottom.
To resize the table in both dimensions, drag the
selection handle at the lower-right corner.
Change a column’s width and keep the overall table width Drag the right border of the column
you want to change. The width of the adjacent column also changes, so you actually
resize two columns. Visual feedback shows you how the columns will
adjust; the overall table width does not change.
Note: In
tables with percentage-based widths (not pixels), if you drag the
right border of the rightmost column, the entire table’s width changes,
and all of the columns grow wider or narrow proportionately.
Change a column’s width and maintain the size of the other columns Hold the Shift key and drag the column’s
border. The width of one column changes. Visual feedback shows
you how the columns will adjust; the overall table width changes
to accommodate the column you are resizing.
Change a row’s height visually Drag the lower border of the row.
Make column widths in code consistent with visual widths- Click in a cell.
- Click the table
header menu, then select Make All Widths Consistent.
Dreamweaver resets the width specified in
the code to match the visual width.
Clear all set widths or heights in a table- Select the table.
- Do one of the following:
Select Modify > Table >
Clear Cell Widths, or Modify > Table > Clear
Cell Heights.
In the Property inspector, (Window > Properties),
click the Clear Row Heights button or
the Clear Column Widths button .
Click the table header menu, then select
Clear All Heights or Clear All Widths.
Clear a column’s set width Click in the column, click the
column header menu, and select Clear Column Width.
Enable or disable table and column widths and menus- Select View > Visual
Aids > Table Widths.
- Right-click (Windows) or Control‑click (Macintosh) in
the table, then select Table > Table Widths.
|