HTML: How do you stop the CSS dimensions of a <td> being overriden by content?

mark r

New member
I want a <td> whose height and width will not vary depending on content, even if that content doesn't fit. Despite having set the width and height in CSS and overflow to hidden in CSS the cell still resizes. How do I stop this?
 
Back
Top