I'm trying to understand if it is possible to set the width of a table cell or column to either:
- a fixed
%width - a fixed
pxwidth
And, regardless of its content - it stay that width.
However, the scenario is that the first column needs to be longer than the rest. So if I have 10 columns, the first is larger and the other 9 are equally spaced.
I have tried the following but it does not work:
table{display:block;overflow:hidden;}
th td {max-width:2%;overflow:hidden;white-space:nowrap;}
th.question {width:60%;overflow:hidden;white-space:nowrap;}
td.question {width:60%;overflow:hidden;white-space:nowrap;}
Is it possible to achieve a fixed width