Dreamweaver中如何设置文本字段的高度

如图,文本字段高度太大,想弄小一点。用CSS内联属性改过无效,如代码:<td style="line-height: 2px;">&nbsp;</td> <td><form action="" method="post" name="form1" id="form1" style="height: 5px; line-height: 2px;"> <label> <input name="textfield" type="text" id="textfield" size="12" /> </label> </form></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td><form action="" method="post" name="form2" id="form2" style="height: 8px; line-height: 2px;"> <label> <input name="textfield2" type="password" id="textfield2" size="14" /> </label> </form></td>不论我怎么该height和line-height都没有用。求高手帮忙。。

第1个回答  2015-09-27

1.新建html文件,在body里插入Autodesk 3dsMax 2012准培训教材。

2.在自定义文字前后加上<p style="font-size:50px">和</p>,表示设置文字尺寸为50像素。

3.按F12在IE里浏览。

第2个回答  2012-03-09
<label></label>标签换成<div></div>标签设置高度就可以了本回答被提问者采纳
第3个回答  2012-03-09
代码要贴完整!
相似回答