+ 1
Do you guys know how to keep the height of a table fixed in HTML?
I am making an app using web language and recently have had a problem on sizing the table. I set a fixed height to the table. But when the contain Is too high, th table will grow higher to adapt the content. I have tried everything I know including using CSS and JavaScript, but they turned out to be of no use. Do you guys have any solution?
2 Answers
+ 3
min-height
+ 1
I've tried this but still got no use. Anyway, thanks Calvin