2. Are you sure the href to the css is correct?
This works:
test.pl:
test.css is your css.#!/usr/bin/perl -w use strict; my $q =CGI->new; print $q -> start_html(-title => "bla", -style => { -src => 'test.css' +, -type => 'text/css', -media => 'screen' });
$ perl -MCGI test.pl >test.html Open test.html in firefox.
In reply to Re: cgi and css, body tag not recognize
by Joost
in thread cgi and css, body tag not recognize
by yvan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |