Distribute rows evenly

C

Catt

Hi,
Have a table set at 100 % width and height
If I choose "distribute rows evenly" the rows with more text are twice the
size of other rows. Shouldn't all of the rows be the same size? I understand
why the rows with more text need to be bigger to accomodate the text but why
are the rows with less text not the same size?
Thanks, Catt
 
M

Murray

That's how HTML tables work.

But show me your page - perhaps I can explain it better after seeing your
code.
 
T

Thomas A. Rowe

You would have to set a specific height to all rows. The function is not look at the actual content
of the rows, so the rows are all set to the same height, but the individual row content will expands
the height to fit the content.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top