You can put all of your input tags into a list, something like this:

<ul>
  <li><INPUT TYPE="radio">Choice 1</INPUT></li>
  <li>..</li>
</ul>

In your CSS, set the li list-type to none, so you don't get a bullet
next to your radio button (unless you want one!).

On Aug 23, 7:02 am, "John L." <[email protected]> wrote:
> How do I specify a style attribute, on either the FORM or INPUT tags,
> such that the following markup:
>
>      <FORM>
>      <INPUT TYPE="radio">Choice 1</INPUT>
>      <INPUT TYPE="radio">Choice 2</INPUT>
>      <INPUT TYPE="radio">Choice 3</INPUT>
>      </FORM>
>
> is rendered as :
>
>      o Choice 1
>      o Choice 2
>      o Choice 3
>
> rather than the default, which is:
>
>      o Choice 1   o Choice 2   o Choice 3
>
> Thanks in advance for any help you may be able to provide.
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to