Re: Formatting Labels with CGI.pm

2005-03-26 Thread Bill Stephenson
On Mar 25, 2005, at 11:55 AM, Lawrence Statton wrote: The simplest solution is to temporarily turn off autoEscape Indeed it is. I'll try and remember this, again. On Mar 25, 2005, at 11:55 AM, Charles K. Clarkson wrote: I'm guessing that you have something like this somewhere. use CGI qw/:stand

Re: Formatting Labels with CGI.pm

2005-03-25 Thread Lawrence Statton
> I'm trying to format the text used in my labels for a radio box group > created with CGI.pm... Among other things, I've tried: > > I know there must be a way to do this and any help to get me over this > hump would be much appreciated. > The simplest solution is to temporarily turn off autoE

RE: Formatting Labels with CGI.pm

2005-03-25 Thread Charles K. Clarkson
Bill Stephenson wrote: : I'm trying to format the text used in my labels for a radio box group : created with CGI.pm... Among other things, I've tried: : I'm guessing that you have something like this somewhere. use CGI qw/:standard/; my $Q = CGI->new(); It is

Formatting Labels with CGI.pm

2005-03-25 Thread Bill Stephenson
I'm trying to format the text used in my labels for a radio box group created with CGI.pm... Among other things, I've tried: # code my $payPal_label= b(Pay Online with PayPal)," (Use this for instant access)"; my $check_label=qq~ Send a Check in the Mail. (If you're having a difficul