A suggestion: Give your posts meaningful subjects - in this case something
like 'radio button groups' or something like that.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"jquest4" <webforumsuser@macromedia.com> wrote in message
news:g2kle0$it2$1@forums.macromedia.com...
> When I try to add more than one radio button in a table, they don't work
> the
> way I am told they should. If I place three horizontally in a table cell,
> they
> won't choose independently of each other. I can choose more than one at a
> time.
> Any suggestions?'
> I added the code here, I don't know if it worked or not.
>
> <td valign="top" class="mainContent"><h1>Newsletter Signup </h1>
> <form id="signup" name="signup" method="post"
> action="http://www.nationalexasperator.com/signup.php">
> <table width="100%" border="0" cellspacing="0" cellpadding="5">
> <tr>
> <td><label for="name">What is your name? </label></td>
> <td><input name="name" type="text" id="name" size="25" /></td>
> </tr>
> <tr>
> <td><label for="Email">What is your Email Address?</label>
> </td>
> <td><input name="Email" type="text" id="Email" size="25"
> /></td>
> </tr>
> <tr>
> <td>Vote for your favorite boogeyperson </td>
> <td><label>
> <input name="vote" type="radio" value="Big Foot" />
> Big Foot
> <input name="vote " type="radio" value="Loch Ness Monster"
> />
> Loch Ness Monster
> <input name="vote" type="radio" value="El Chupacabra" />
> El Chupacabra</label></td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> </tr>
>