开发者

How do I make the CheckBox in a CheckBoxList appear on the left of my text?

开发者 https://www.devze.com 2023-01-06 14:10 出处:网络
I\'ve been looking around but didn\'t find any members that seemed to let you 开发者_如何学Goset this.Can it be done?<asp:CheckBoxList id=\"lb1\" runat=\"server\" TextAlign=\"Left\">

I've been looking around but didn't find any members that seemed to let you 开发者_如何学Goset this. Can it be done?


<asp:CheckBoxList id="lb1" runat="server" TextAlign="Left">

The textAlign determines which side of the check box the text will appear (or TextAlign="Right" to answer your question).


Have you tried "TextAlign" Attribute of Checkboxlist to manage the text alignment?

0

精彩评论

暂无评论...
验证码 换一张
取 消