【发布时间】:2012-02-12 21:22:54
【问题描述】:
我似乎无法将 RadioButtonList 置于面板的中心。它似乎总是有道理的。不管我怎么尝试。
我当前的代码是:
<asp:panel ID="Panel1" runat="server" CssClass="style8" Height="228px"
width="456px">
<br />
<p style ="text-align:center">
<asp:Label ID+"Label2" runat="server" Text="Blah">
</asp:Label>
</p>
<asp:RadioButtonList ID="AlertClients" runat="Server" TextAlign="Right"
style="list-style=center">
<asp:ListItem> Option 1</asp:ListItem>
<asp:ListItem> Option 2</asp:ListItem>
<asp:ListItem> Option 3</asp:ListItem>
</asp:RadioButtonList>
</asp:Panel>
任何帮助将不胜感激。
【问题讨论】:
标签: asp.net center radiobuttonlist listitem