怎么样把表单框的边框去掉

来源:百度知道 编辑:UC知道 时间:2024/06/30 01:09:26
RT

用CSS可以控制
<input type="text" name="textfield" value="adfasdf" id="textfield" style="border:0px 0px 0px 0px;" />

你可以点表单里右键选择表格属性,里面有个边框的选择,里面有数字,你变成1就是显示,0就是没有的意思 你在看原始代码里 border="1" 这个是边框的数值,直接设置0即可!