You could but a number of spaces before Group.

Try:   print "<P>&nbsp;nbsp;nbsp;Group: \n";



Stanley G. Martin
Midwest Consulting Group
Sprint Platform & Strategy Mgmt
913.315.3133
[EMAIL PROTECTED]

 -----Original Message-----
From:   stiroff [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, February 15, 2001 8:41 AM
To:     perl-win32-web
Cc:     stiroff
Subject:        Formatting the Form Elements

Hi, I am still new to Perl CGI Scripting - for two weeks.
I have not found anywhere how to format the Form Elements. 

For example, I would like to indent the Group label and move the

print "<b>Number of programmers in your:</b>\n";
print "<p>Group: \n";
# How do I indent "Group"
print radio_group('Group',['Less than 10','10 - 25','25 - 50','50 -
100','100+'],'true');   # Is there a way to add spacing between the
radio buttons
print "</p>\n";

Any help would be greatly appreciated!

Thanks,

Sheri
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to