On Nov 8, 12:35 pm, [EMAIL PROTECTED] (Bill Stephenson) wrote:
> 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

So is "print h1({-class=>'Fancy'},'Welcome to the Party');" the same
as <div class="Fancy">, and if so then is it possible to do a <div
id="SomeValue">?


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


Reply via email to