在form表单中怎么才能调整输入框(<input>)的高?谢谢
为什么在form表单中的 <input type=text height=40> 不管用!
代码如下
<form>
姓名: <input type= "text " height=40>
</form>
在dreamweaver中设计视图中高改变了,可一预览就不行,高还是没有变!
[解决办法]
style= "height:40px "