![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^3: Formatting labels of checkbox groupsby Zed_Lopez (Chaplain) |
on Aug 16, 2004 at 06:31 UTC ( #383206=note: print w/replies, xml ) | Need Help?? |
Sorry, I thought the crux of the matter was doing complex, dynamic labelling that was inconvenient with checkbox_group. Like the first respondent said, you could use ' ' x 4 instead of 4 spaces. If what you really want is columns, use HTML tables or CSS. Or use -label => '' and put in your own label after the checkbox by hand with CGI::pre("$title $description $moretext")
In Section
Seekers of Perl Wisdom
|
|