Radio Button List Spacing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff

    #1

    Radio Button List Spacing



    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

  • Mudhead

    #2
    Re: Radio Button List Spacing

    Sure. Add  

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



    "Jeff" <none@none.comw rote 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
    >

    Comment

    • Jeff

      #3
      Re: Radio Button List Spacing


      "Mudhead" <nothing@yourho use.comwrote in message
      news:%23ZXQZo8K HHA.4848@TK2MSF TNGP04.phx.gbl. ..
      Sure. Add &nbsp;
      >
      <asp:ListItem>& nbsp;&nbsp;&nbs p;&nbsp; one</asp:ListItem>
      >
      That did it.

      Thanks

      Jeff



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

      Comment

      Working...