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