How do I maximize a table(or cell) height to, lets say 500 pixels, and not have it re-size if I put to much text in it?
HTML help please: How to maximise a table height
Collapse
X
-
Erm, wouldn't simlpy <table height="500 px"> do it? But it's not standard-HTML as far as i know. So some browsers will simply ignore it if the table's content gets to big. But I guess that's life
Last edited by Paolo Pinkas; 09-25-2005, 02:03 PM.Comment
-
Originally posted by Paolo PinkasErm, wouldn't simlpy <table height="500 px"> do it? But it's not standard-HTML as far as i know. So some browsers will simply ignore it if the table's content gets to big. But I guess that's life
that is the problem :-( - I need it to limit it, to ONLY the height i set it toComment


Comment