CSS table td width - fixed, not flexible

后端 未结 8 1716
温柔的废话
温柔的废话 2020-12-12 19:55

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.

8条回答
  •  鱼传尺愫
    2020-12-12 19:57

    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

提交回复
热议问题