I have a table with many rows on my page. I would like to set table\'s height, say for 500px, such that if the height of the table is bigger than that, a vertical scroll bar
to set the height of table, you need to first set css property "display: block"
then you can add "width/height" properties. I find this Mozilla Article a very good resource to learn how to style tables :
Link