+ 1
Table Height not rendering in chrome?
<style> table { Height: 65% Width: 100% } //not working in chrome </style>
1 Answer
0
It depends what its parent height is.
If it's directly inside body tag you must set body height 100%
<style> table { Height: 65% Width: 100% } //not working in chrome </style>