Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The problem I have is that these 3 radio button are placed too close to each other. Looks like this:use CGI; # snip strong('Analysis Type: '),br radio_group( -name => 'analysis', -multiple => 1, -values => [ 'Light', 'Medium', 'Full' ], ), br, br #snip
Is there a way to space them?(*)Light(*)Medium(*)Full # Note that there is no space between text and the button.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Spacing out the radio button in CGI.pm
by liverpole (Monsignor) on Jun 05, 2006 at 11:14 UTC | |
by Anonymous Monk on Jun 05, 2006 at 11:37 UTC | |
by ambrus (Abbot) on Jun 05, 2006 at 12:02 UTC | |
by liverpole (Monsignor) on Jun 05, 2006 at 11:42 UTC | |
|
Re: Spacing out the radio button in CGI.pm
by jdtoronto (Prior) on Jun 05, 2006 at 14:11 UTC |