afaik tables always overflow regardless of height='x' or style='(max-)height:x;' attributes, so just put some css elements in the cells you need, ie <div style='height:100px;overflow:scroll;'>restrained text here</div>
& again, this is client side techonologies, has nothing to do with php.