when you have a table where you define explicitically the width per <td>
and the total is greater than the existing width that you have to play with. what determines which column will shrink and which will enforce the td width?
views:
95answers:
3
A:
The browser rendering it makes the choice, plus other factors such as how you have set the widths.
Why not set one column to be auto width? then this one will be the one to size, or use percentages?
Richard
2009-08-05 11:34:10
+1
A:
If I understand your question you can apply width in percentage and keep one of the columns as auto width(dont apply any width to it).
Pranali Desai
2009-08-05 11:40:52
+2
A:
Two table rendering algorithms are recommended in Appendix B of the HTML 4.01 specification.
NickFitz
2009-08-05 11:41:01