I'm creating a table in which one of the cells will be filled with dynamic content of varying length. I would like to know how I can get that individual cell to expand as content is entered without also stretching the other cells in the table. Thanx guys.
justa
12:59 am on Jan 4, 2002 (gmt 0)
If you expand that cell horizontally the corresponding collumn will also expand. The same goes with vertically and the row.
If there is a way to do this I'd like to know, but I'd just include 3 tables. 1st with static content, 2nd a single cell table with dynamic content, and the rest of the static content in the 3rd.
HTH
em00guy
4:23 am on Jan 4, 2002 (gmt 0)
that's what I ended up doing. but thanx any way.
Marshall
5:20 am on Jan 4, 2002 (gmt 0)
Depending how your table and cells are laid out: one table with one row and two columns, you can expand the one by setting its width in percentages. If, however, you have more than two rows, each cell in the same column will expand.