Firefox is not loading my stylesheet at http://katepeter.org/erickson/index_russian.jsp
I'm working on a site that displays unicode characters and everything is looking good except on 1 page where firefox doesn't load the stylesheet.
http://katepeter.org/erickson/index_russian.js
What do you guys think?
All Replies (4)
Does this help:
=======================
HTTP Status 404 - /erickson/index_russian.js
type Status report
message /erickson/index_russian.js
description The requested resource (/erickson/index_russian.js) is not available. Apache Tomcat/6.0.18
======================
That is because the main http://katepeter.org/erickson/index_russian.jsp is send as UTF-16LE ( text/html;charset=UTF-16LE) and the stylesheet is UTF-8. Firefox tries to load the stylesheet as UTF-16LE as well and fails. Make sure that all embedded CSS and JS files are saved and send with the same encoding to avoid problems.
I have corrected this and the stylesheet is still not loading. What next?
In what way did you correct it?
The file index_russian.jsp is still UTF-16LE (View > Character Encoding). Adding a meta tag to specify UTF-8 doesn't work. You will have to open that file in your (HTML) editor and save the file as Unicode (UTF-8) and re-upload the file to the server.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">