我有一个单选按钮列表,其中包含以下按钮: http://imageshack.us/f/545/capture1jtr.png/
但是,我注意到一个小的问题..我希望第二行文字在“单选按钮的圆圈”之后......我该怎么办?
我完全不知道!
取值
答案 0 :(得分:0)
在css中试一试
<style type="text/css">
table.radioButton input
{
float: left;
}
table.radioButton label
{
margin-left: 25px;
display: block;
}
</style>
在.aspx中
<asp:RadioButtonList runat="server" CssClass="radioButton" ....>