How do you include a css file in a php file? I tried use include for the css file but it always comes out as text. But since the css has been included in the php files include file it still should work the same way? (If you still don't get it then look at it this way: test.php-> include "body.html" -> body.html (contains the css file))
Question
nycmattw
How do you include a css file in a php file? I tried use include for the css file but it always comes out as text. But since the css has been included in the php files include file it still should work the same way? (If you still don't get it then look at it this way: test.php-> include "body.html" -> body.html (contains the css file))
Here's how it looks like: http://lacydic.com/test.php.'>http://lacydic.com/test.php.
And here's how its supposed to look like: http://lacydic.com/
Link to comment
Share on other sites
6 answers to this question
Recommended Posts