--- Justin French <[EMAIL PROTECTED]> wrote:
> So, my assumption is that pushing the .css file through PHP is
> putting the wrong header on the file (text/html) rather than
> text/css

Yeah, that's a very good guess. You should be able to do something like this to
specify the content type yourself:

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

Hope that helps.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

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

Reply via email to