in reply to font attributes with CGI.pm

$q->font({-face=>$fontface, -size=>$fontsize, -color=>$fontcolor}, $mesg);
--
<http://www.dave.org.uk>

"The first rule of Perl club is you don't talk about Perl club."

Replies are listed 'Best First'.
Re: font attributes with CGI.pm
by Anonymous Monk on Nov 12, 2001 at 15:47 UTC
    what about using style sheets?

      If you're using stylesheets then I'd imagine you'd be very unlikely to use font tags :)

      --
      <http://www.dave.org.uk>

      "The first rule of Perl club is you don't talk about Perl club."