LameNerd has asked for the wisdom of the Perl Monks concerning the following question:
<head>
<title>BLAH BLHA</title>
<link rel="stylesheet" type="text/css" href="mycss.css" />
</head>
I mean using CGI.pm is the right thing to do right?and forget all about doing ...print <<HTML; <head> <title>BLAH BLHA</title> <link rel="stylesheet" type="text/css" href="mycss.css" /> </head> HTML
$cgi->start_html ( -head=> ... bunch of switches I can't keep straight +... );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using CGI.pm for LINK tag for Stylesheet
by tedrek (Pilgrim) on Jun 16, 2003 at 06:43 UTC | |
by nite_man (Deacon) on Jun 16, 2003 at 11:14 UTC | |
|
Re: using CGI.pm for LINK tag for Stylesheet
by PodMaster (Abbot) on Jun 16, 2003 at 06:50 UTC | |
|
Re: using CGI.pm for LINK tag for Stylesheet
by kutsu (Priest) on Jun 16, 2003 at 19:19 UTC | |
|
Re: using CGI.pm for LINK tag for Stylesheet
by hacker (Priest) on Jun 17, 2003 at 02:32 UTC |