答案:<style type="text/css">
<!--
.cssinput {
font-family: "宋体";
font-size: 24px;
font-weight: bold;
color: #00FF00;
text-decoration: none;
border: 1px solid #0000FF;
}
-->
</style>
<input type="submit" name="Submit" value="提交" class="cssinput" />
这里不但可以设置字体大小,还能对边框,背影等属性进行设置
其他:在CSS里面定义一个字体样式,在按钮那里调用样式id名称
上一个:C# ASP.NET 项目问题
下一个:高分求asp代码:用户输入email ,系统接收后自动发送邮件到这个email。