Home All Groups Group Topic Archive Search About

Radio Button List Spacing

Author
30 Dec 2006 1:31 AM
Jeff
Is there a way to manipulate the width of the space between the radio
buttons in a radio button list? I can't seem to find a way to do this.
....even tried to insert blank spaces, but VB (at least vb in dot.net 2.0)
seems to ignore them.

Jeff



--
Posted via a free Usenet account from http://www.teranews.com

Author
30 Dec 2006 4:21 AM
Mudhead
Sure. Add  

<asp:ListItem>&nbsp;&nbsp;&nbsp;&nbsp; one</asp:ListItem>



Show quoteHide quote
"Jeff" <n***@none.com> wrote in message
news:4595b4a5$0$18628$88260bb3@free.teranews.com...
>
>
> Is there a way to manipulate the width of the space between the radio
> buttons in a radio button list? I can't seem to find a way to do this.
> ...even tried to insert blank spaces, but VB (at least vb in dot.net 2.0)
> seems to ignore them.
>
> Jeff
>
>
>
> --
> Posted via a free Usenet account from http://www.teranews.com
>
Author
30 Dec 2006 4:54 AM
Jeff
"Mudhead" <noth***@yourhouse.com> wrote in message
news:%23ZXQZo8KHHA.4848@TK2MSFTNGP04.phx.gbl...
> Sure. Add &nbsp;
>
> <asp:ListItem>&nbsp;&nbsp;&nbsp;&nbsp; one</asp:ListItem>
>

That did it.

Thanks

Jeff



--
Posted via a free Usenet account from http://www.teranews.com