单选按钮文本出现在新行中 [英] Radio Button Text Comes in new line

查看:68
本文介绍了单选按钮文本出现在新行中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我有一个单选按钮,

 <   asp:RadioButton     ID   ="   ="span>    runat   =" 服务器" 文本  ="   AAAAAAAA"  span>   / >  




文本"AAAAAAAAA"出现在圆的新行中(单选按钮符号),但我希望它应该出现在其右侧.


请问有没有人可以帮助我.


谢谢

解决方案

< asp:RadioButton ID ="RadioButton1" Text ="SSSSSSSS" runat ="server" TextAlign ="right"/>
这应该可以,如果不是,则意味着您将单选按钮放置了一个高度限制为有限大小的标签!


像这样尝试

< asp:RadioButton ID = "  runat = "  Text = "  SSSS"
                    TextAlign = " /> 


Hi All,

I have a Radio Button as

<asp:RadioButton ID="R1" runat="server" Text = "AAAAAAAA"  />




the text "AAAAAAAAA" comes in new line of the round circle(Radio Button Symbol) but i want it should come on its right side.


Can any body please to help me.


Thanks

解决方案

<asp:RadioButton ID="RadioButton1" Text="SSSSSSSS" runat="server" TextAlign="right" />
this should work , if doesn''t it mean you put radio button an a tag with limited size of height width!


try like this

<asp:RadioButton ID="RadioButton1" runat="server" Text="SSSS"
                    TextAlign="Left" />


这篇关于单选按钮文本出现在新行中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆