How would I go about using PHP as a CSS file. I have just included it as a normal css file, but it fails to work in Google Chrome.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You have to tell the browser that it is a CSS-file and not a HTML-file, write the following before any output:
|
|||
|
|
|
Try adding
in first line of your stylesheet.php |
|||
|
|