Is it possible to...

fatbaby

Banned
May 7, 2001
6,427
1
0
make the height of a table correspond to the amount of text it has to hold?

For example, a table with 3 lines of 10 pt. font would be <table height="30"> (3x10=30)??? and a table with 5 lines of 10 pt. font will be <table height="50">???

But since the content in the table will be dynamic, is it possible for the table height to be dynamic too?