I have a table and I want to set a fixed width of 30px on the td\'s. the problem is that when the text in the td is too long, the td is stretched out wider than 30px.
Just divide the number of td to 100%. Example, you have 4 td's:
This is a text This is some text, this is some text This is another text, this is another text This is the last text, this is the last text
We use 25% in each td to maximize the 100% space of the entire table