I have a databound table but I want to restrict its
height to certain value. i.e. 150px. Problem is that if
more rows than this height are in the source data island,
the table just continues to grow. I would like to add
scroll-bars if the table is overflowed. I have tried
specifying the height and overflow attribute, but IE
seems to ignore these. Any ideas?
-- Adam