mud*_*lap 0 html css asp.net spacing
我有以下代码<asp:RadioButton runat="server" Text="Male"></asp:RadioButton> 我想要单选按钮和单选按钮文本之间的间隙,我在文本字段中做了以下更改(前缀为空格)Text=" Male".但是,我觉得这不是最有效的方法.更好的出路?
<asp:RadioButton runat="server" Text="Male"></asp:RadioButton>
Text=" Male"
dru*_*dge 7
使用CSS:
input[type="radio"] { margin-right: 5px; }
归档时间:
15 年,2 月 前
查看次数:
4742 次
最近记录: