There are several methods.
One easy way could be the style:

input[type=radio] {
    display: block;
}

this will make all the 'input' of type 'radio' be displayed as blocks,
always breaking lines after it.

On Sun, Aug 23, 2009 at 9: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.
> >
>



-- 
Paulo Diovani
[email protected]
+55 51 8146 5413
___________________
http://www.diovani.com

--~--~---------~--~----~------------~-------~--~----~
--
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