Re: Adding CSS to a CGI script
[email protected] (Bill Stephenson) Sat, 8 Nov 2008 11:35:16 -0600
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
On Nov 8, 2008, at 10:39 AM, Adam Jimerson wrote:
> start_html
This is from the CGI docs:
print start_html(-title=>'Secrets of the Pyramids',
-author=>'[email protected]',
-base=>'true',
-target=>'_blank',
-meta=>{'keywords'=>'pharaoh secret mummy',
'copyright'=>'copyright 1996 King
Tut'},
-style=>{'src'=>'/styles/style1.css'},
-BGCOLOR=>'blue');
http://search.cpan.org/~lds/CGI.pm-3.33/
CGI.pm#CREATING_THE_HTML_DOCUMENT_HEADER
Here's more on CSS with CGI.pm
http://search.cpan.org/~lds/CGI.pm-3.33/
CGI.pm#LIMITED_SUPPORT_FOR_CASCADING_STYLE_SHEETS
Kindest Regards,
--
Bill Stephenson
ezInvoice.com