- Original Message -
From: "Petr Vileta" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 05, 2006 12:28 AM
Subject: Re: Re: CSS via CGI dynamically called
# here is the trick
$record=~s(\w+\.css)#../$1#i;
Sorry, typing error :-) There is going to be:
$record=~s#
- Original Message -
From: "Mario R. Sanchez, Ph.D." <[EMAIL PROTECTED]>
To: "Petr Vileta" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, April 04, 2006 5:57 PM
Subject: Re: CSS via CGI dynamically called
hi peter
running linux radhat 9.2 and apache. tried mov
Hello Mario
> - Original Message -
> Subject: Re: CSS via CGI dynamically called
> Date: Tue, 4 Apr 2006 11:57:38 -0400 (EDT)
> From: "Mario R. Sanchez, Ph.D."
>
> hi peter
> running linux radhat 9.2 and apache. tried moving the css to various
> locati
hi peter
running linux radhat 9.2 and apache. tried moving the css to various
locations - all readable by apache to no avial.
> - Original Message -
> From: "Mario R. Sanchez, Ph.D." <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc:
> Sent: Monday, April 03, 2006 7:36 PM
> Subject: CSS
- Original Message -
From: "Mario R. Sanchez, Ph.D." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
Sent: Monday, April 03, 2006 7:36 PM
Subject: CSS via CGI dynamically called
the linked style sheet in an html object that is read and "displayed"
dynamically via a perl script is not
Mario R. Sanchez, Ph.D. wrote:
> the linked style sheet in an html object that is read and "displayed"
> dynamically via a perl script is not being considered. its as if its not
> there.
[snip]
> is i just invoke the htm directly - as it - the css works. but through the
> perl script, it does not.