> -----Original Message----- > From: R. Colby Williams [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 1:52 PM > To: [EMAIL PROTECTED] > Subject: CGI.pm and multiple CSS links > > > Is there a way to have CGI.pm output more than one <link > rel="stylesheet" type="text/css" href="/css/whatever.css" />?? > > I have tried > .... > $q->start_html ( -style => { -src => "/css/whatever.css", > -src => "/css/whenever.css" } ) > .... > But it doesn't work like the documentation leads me to > believe. I realize that I can combine the two CSS files into > one but I'd rather not if I can help it.
Try -style => { -src => ['foo.css', 'bar.css'] } -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]