For compatibility among browsers, you might want to call a      

        header('Content-type: text/css');

On top of the css-file-to-be.

Wouter
-----Original Message-----
From: Curt Zirzow [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2003 2:03 AM
To: [EMAIL PROTECTED]
Subject: Re: Re[2]: [PHP] Re: PHP & CSS

On Wed, 8 Oct 2003 09:44:53 -0700, Raquel Rice <raquel- 
[EMAIL PROTECTED]> wrote:

> On Thu, 9 Oct 2003 02:00:20 +1000
> Tom Rogers <[EMAIL PROTECTED]> wrote:
>
>>
>> You don't need to call your style sheets .css they can be just as
>> easily called.php and even have a querystring attached like
>> subsite.php?user=fred
>>
>> That way just use php as normal and return a style sheet just as
>> you would a html page.
>
> Thank you!  I think that is exactly what I needed!

Hello Raquel..

Browse your site with the included php file that generates the css, and
watch your web logs.  If the browser is requesting that file with a 
response status of 200 everytime, I would strongly suggest you fix that.


Curt.
-- 
"sig-less"

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to