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.
我有一个在 php 中这样编码的 html textarea:
<textarea rows="8" cols="500" id="note1" name="note1"></textarea></p>
我的问题是我一直在增加 col 编号,它看起来像这样:
如何让文本区域跨越以填充该区域。我不喜欢右边的所有空白区域......
检查你的 DOM,我认为这个 textarea 继承了表单的 width 属性。