Solved..i did have a faulty path...the path was correct but the
webservers root path should not be given. The correct path should
"/test/latest.css" then it works .. and might I add is looking very
nice
2005-05-06 kl. 09.22 skrev Philip Tellis:
Thomas Nyman wrote:
and my template starts with
Thomas Nyman wrote:
and my template starts with
This page
@import
"/Library/webserver/documents/test/latest.css";
Is http://yourhost.com/Library/webserver/documents/test/latest.css the
correct location of your CSS file?
--
Hi
I have a perl script that outputs to a tmpl .. so far so fine. When I
try to manage the layout of the tmpl with css stylesheets it doesnt
quite work.
the relevant parts of my perl script is
my $template = HTML::Template->new(filename => 'intro_css.tmpl');
$template->param(DAG