:<input type=button name=edit value=修改 style="border:1px solid red">

解决方案 »

  1.   

    这是CSDN的
    <input type=button class=FormText name=edit value=修改>
    <style>.FormText
    {
        BORDER-RIGHT: #0066cc 1px solid;
        BORDER-TOP: #0066cc 1px solid;
        FONT-SIZE: 12px;
        BORDER-LEFT: #0066cc 1px solid;
        CURSOR: hand;
        LINE-HEIGHT: 150%;
        BORDER-BOTTOM: #0066cc 1px solid;
        BACKGROUND-COLOR: #f1f5fa
    }
    </style>
      

  2.   

    写个CSS文件,包括如下内容
    .border {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: ##FFFFFF}
    在网页中调用,然后这样            <input type="submit" name="Submit" value="提  交" class="border">