LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Andrew Hill <list@fornax.net>
  To  : Dan <dan.kortschak@adelaide.edu.au>
  Date: Tue, 15 May 2001 11:27:07 +0930

Re: CGI.pm question

Dan wrote:

> Can someone point me a list of functions in CGI.pm standard (crucially at the
> moment I need one for the <font face ...> </font> tags).

man CGI

Look for the section that is headed:
   LIMITED SUPPORT FOR CASCADING STYLE SHEETS



This should allow you to do stuff like this (as they have in the
example there):

   print h1({-style=>'Color: red;'},'Welcome to Hell');

or, I would imagine, something like:

   print p({-style=>'Font-family: fontName;'},'Fancy text in here');


Cheers,

-- 
Andrew Hill

"Being attractive was never part of my game plan." - 2001-03-28

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page