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.
我需要为表格单元格提供固定宽度。css 东西不起作用,希望立即得到答复
指定表格的直接宽度,并将表格布局设置为固定:
table#myTable{ table-layout: fixed; width: 726px; }
是的,我找到了解决这个问题的方法,您可以为此使用“nowrap”标签
句法:-<td nowrap="nowrap"> </td>
<td nowrap="nowrap"> </td>