How do you stop RadioButtonList Label text from wrapping under the button

Posted by Mark Dickinson on Stack Overflow See other posts from Stack Overflow or by Mark Dickinson
Published on 2009-05-08T08:57:48Z Indexed on 2010/06/18 16:43 UTC
Read the original article Hit count: 288

Filed under:
|
|

I have a radio button list and some of the labels are quite long so they wrap and the second line appears underneath the radio button. Ideally I would like the text to wrap with the second line starting beneath the first character of the first line.

Any ideas on how? or would I have to make my own list based control for this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about layout