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