Hi, I am trying to generate radio buttons using the CGI::Form package. My radio buttons need to be vertically aligned with some other HTML elements in between them. For e.g.
Radio 1 <some HTML elements> Radio 2 This obviously precludes me from using the 'radio_group' method as that does not allow me to insert other elements in between. I tried using 'radio' but that seems an unrecognized method. So my question is, how do I construct independent radio buttons using the CGI::Form module? Thanks, Sharad __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>