I'm getting two errors in Firefox developer's tools:
Error: The stylesheet http://www.carpecal.com/scripts/carpe_style.css was not loaded because its MIME type, "application/x-httpd-php", is not "text/css".
Source File: http://www.carpecal.com/scripts/buffer.php
Line: 0
Error: The stylesheet http://www.carpecal.com/scripts/menu-style.css was not loaded because its MIME type, "application/x-httpd-php", is not "text/css".
Source File: http://www.carpecal.com/scripts/buffer.php
Line: 0
But I see in the source code of the page the MIME types are set correctly:
Code:
<link href="carpe_style.css" rel="stylesheet" type="text/css" />
<link href="menu-style.css" rel="stylesheet" type="text/css" />
This can only mean that something on the server side has overridden them. Unless it's something you did, or have access to and know how to change, or you own you own host, you will need to ask your host how to correct the problem.
Bookmarks