Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Formatting labels of checkbox groups

by lcanty (Friar)
on Aug 16, 2004 at 05:45 UTC ( #383201=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    CGI::checkbox(-name => 'the_group', -value => $value, -label =>'')
    
  2. or download this
    $some_spaces = "    " #here are 4 spaces.
    $my_label = $title . $some_spaces . $description . $somespaces . $more
    +text 
    # the variables above just represent some basic information
    CGI::checkbox(-name => 'the_group', -value => $value, -label =>$my_lab
    +el)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://383201]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2023-09-21 09:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?