I\'m trying to load a css file. I\'ve tried:
And:
If you are using a home brew webserver (not Apache, for example), the content type of the *.css file might not be set as "text/css".
Be sure your webserver is putting in the field
Content-Type: text/css
in the http header.