Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以告诉表格单元格它应该缩小以便它使用尽可能少的空间,另一方面告诉特定的其他单元格自动扩展以填充剩余空间?
默认情况下,<td>标签将尽可能小。如果您希望单元格在内容较小的情况下也保持一定的大小,您可以<td>像这样设置标签的宽度:<td style = "width: 50px;". 单元格会在需要时自动变大,但不会缩小到指定大小以下。
<td>
<td style = "width: 50px;"