Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sterline

    HTML formatting of Perl variables

    Perfect! Thanks, KevinADC!
  2. sterline

    HTML formatting of Perl variables

    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.
  3. sterline

    HTML formatting of Perl variables

    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 );

Part and Inventory Search

Back
Top