I have a simple website(primarily static html/css) but for some reason some of the pages won’t apply the external css in Firefox (works in IE).
http://bjmarine.net/services.html – Is broken
http://bjmarine.net/index.html – Works fine
I have compared both files and can’t see any difference. I have tried them in editplus and notepad. When I view the broken page with firebug and fresh I start to see some chinese characters all over the place. Not sure how to fix this, or how it happended. I’m worried the site has been altered by someone else or perhaps an editor added these hidden characters some how (I only use VS2008 and editplus).
I can see an error in the js on the broken page but the same code doesn’t give an error on the working page.
Can anyone provide a solution and a reason for whats happened?
Thanks
Denis
Check out the encoding of the html file
index is ISO-8859-1 and service utf-16 (thats why you see weird characters).
Open the file in an editor, the clic in save as and change the encoding of service.html back to iso.