开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜