Click to See Complete Forum and Search --> : how to evenly distribute table columns


ssffcc
04-27-2006, 04:42 PM
in MS word, it is very easy to evenly distribute table columns by clicking a symble. in Dreamweaver, I can only do that by physically dragging the border of every column. Is there a easier way at all in Dreamweaver?

johneva
04-27-2006, 05:40 PM
Yeah do it in code veiw.

Even better set the widths in CSS as they should be.

Even better dont use tables for layout use divs and CSS.

slaughters
04-28-2006, 07:54 AM
Set each table cells width (TD width) to the same size.

You can do it in the GUI if you have the properties window open and just click in the cell and enter the width in the width part of the property window.

pcthug
04-28-2006, 08:32 AM
http://hotdesign.com/seybold

pottersdt2k
04-28-2006, 07:47 PM
make all of the columns an equal % size... i.e. if you have four columns, make them all 25%, 33% for 3 columns etc...