Hi!,

I have the following code:

        print $query->radio_group( -name    => 'repair_type',
                                   -values  => [ 'Service Contract',
'Other' ],
                                   -default => 'Service Contract',
                                   -rows    => 1,
                                   -columns => 2
                                   -labels  => [ 'Service Contract',
'Other' ],
                                 );

On a blue screen and I want 'Service Contract', 'Other' to be display with
yellow characters.  How can I do this?

Thanks,

Jerry

Reply via email to