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. Thanks in advance. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]