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


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to