如何在JSP中设置BUTTON的大小
请问下如何在JSP中设置BUTTON的大小,我这样设置的,但是不行 <input type= "Button " value= "确定 " name= "login1 " height= "100 " width= "500 ">
[解决办法]
<input type= "button " style= "height:50px;width:120px ">
发布时间: 2012-02-24 16:30:38 作者: rapoo
如何在JSP中设置BUTTON的大小
请问下如何在JSP中设置BUTTON的大小,我这样设置的,但是不行 <input type= "Button " value= "确定 " name= "login1 " height= "100 " width= "500 ">
[解决办法]
<input type= "button " style= "height:50px;width:120px ">