How do you adjust an html table column height in dreamweaver?

I would like to have one table with two cells that have independent heights is this possible?

Public Comments

  1. Check your documentation but I suspect that you will not be able to create one table with two different heights although two different widths is acceptable. You will probably have to create two different tables to get two different heights.
  2. You can do it, but it takes some tricky table work. you need a table with 2 columns-- in one column you need only 1 row, in the second column you need 2 rows (the second row fills in the space to make the table rectangular overall). Any table you make has to be rectangular, but the columns and rows within the table can be however you want. The key is that you use blank cells to make everything rectangular.
Powered by Yahoo! Answers