in reply to (OT) How to apply style (font color, etc) to button

I'd suggest removing HTML from Perl by using something like HTML::Template. This means you can edit the HTML/CSS/JavaScript in the template files as normal, then populate it with dynamic data using HTML::Template within your Perl code.

Martin

  • Comment on Re: (OT) How to apply style (font color, etc) to button