如何获取单选按钮和单选按钮文本之间的指定间距?
我有以下代码
我想要单选按钮和单选按钮文本之间有一个间隙,我在文本字段中进行了以下更改(前缀为空格)Text=" Male"
。但是,我不认为这是最有效的方法。更好的出路?
I have the following code<asp:RadioButton runat="server" Text="Male"></asp:RadioButton>
I want a gap between the radio button and the radio button text, I made the following changes in the text field(prefixed a space) Text=" Male"
. However, I don't feel this is the most efficient way. A better way out?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用CSS:
Using CSS: