KevinADC's solution worked though it makes all the buttons bold. Turns out I need only one of the buttons to be bold. My question should have read 'How do I make only the Empty button bold? Thanks.
How do I make the buttons in the code fragment below appear bold?
$s .= "\n";
# submit buttons
my %buttonNames = (
'a' => 'a',
'b' => 'b',
'c' => 'c',
);
my $buttonName = $buttonNames{$action};
$s .= $cgi->submit(
-style=>'width: 95;',
-value=>$buttonName
);
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.