我想不出如何強制asp.net checkListBox文本旁邊(水平)的複選框?asp.net checkboxlist文本不是旁邊的複選框?
意思是,他們的文字顯示在下面的複選框... 寬度有足夠的空間來容納文本,爲什麼它會放下它?
它是這樣定義的;
<asp:CheckBoxList
ID="CheckBoxList1"
runat="server"
Width="665px"
Font-Size="7pt"
Font-Bold="False"
CellPadding="1"
CellSpacing="1"
RepeatColumns="1"
RepeatDirection="Vertical"
RepeatLayout="Table"
TextAlign="Right">
</asp:CheckBoxList>
我想textAlign設置=「右」應該這樣做...... ,但我得到這個代替: