Sorry if I repeat, but I couldn't find the answer. This is my website: http://www.stolems.com/pl
My problem is that files css loaded but doesn't applied. I tried in FF, Chrome, Safari and still nothing. But when I load style in tag style it works. What can I do? I noticed that my files css are mime type text/html it should be text/css?
Besides I loaded at this site admin dashboard and template. Admin dashboard works, template not..
Your server is serving .css
files with MIME type text/html
. It should be text/css
. Just tell your server administrator and they will fix it for you.
If you see the console in chrome, it says:
Resource interpreted as Stylesheet but transferred with MIME type
text/html
.
And in firefox:
The stylesheet was not loaded because its MIME type,
"text/html"
, is not"text/css"
.
This happened for your .js
files too.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With