Hi All
Normally, when you set the height of a TD element, it remains at that height unless you get a text overflow, in which case it resizes to fit that text.
Is there any way I can truely fix the height of a TD, so that even if text in the cell does overflow, it still remains the same size?
Many thanks
Mark
Fixing (permanently) the height of a table element
Moderator: General Moderators
-
TheBentinel.com
- Forum Contributor
- Posts: 282
- Joined: Wed Mar 10, 2004 1:52 pm
- Location: Columbus, Ohio
Re: Fixing (permanently) the height of a table element
Sometimes style's seem to get more respect that height/width attributes. I don't know the syntax, but if you look into CSS and height/width, you can probably find what you're looking for.mjseaden wrote:Hi All
Normally, when you set the height of a TD element, it remains at that height unless you get a text overflow, in which case it resizes to fit that text.
Is there any way I can truely fix the height of a TD, so that even if text in the cell does overflow, it still remains the same size?
Many thanks
Mark
something like
<tr style="height:95px">