RE: checkbox label font

2003-07-11 Thread Charles K. Clarkson
Sawsan Sarandah <[EMAIL PROTECTED]> wrote: : : Greetings, : : In a checkbox form, how can I change the : attribute for the "label" text below to Arial : instead of the default? The is deprecated. Use stylesheets (CSS) or use the 'style' attribute. : $cgi->checkbox(-name=>'checkboxname',-v

Re: checkbox label font

2003-07-11 Thread Curt
Sawsan Sarandah wrote: > Greetings, > > In a checkbox form, how can I change the attribute for the "label" > text below to Arial instead of the default? > > $cgi->checkbox(-name=>'checkboxname',-value=>'turned on',-label=>"I want > Arial here"); As far as I know the label is not part of the

checkbox label font

2003-07-10 Thread Sawsan Sarandah
Greetings, In a checkbox form, how can I change the attribute for the "label" text below to Arial instead of the default? $cgi->checkbox(-name=>'checkboxname',-value=>'turned on',-label=>"I want Arial here"); Thank you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-