This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

تلاش سپورٹ

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

مزید سیکھیں

Firefox doesn't load CSS file

  • 3 جواب دیں
  • 1 میں یہ مسئلہ ہے
  • 1 دیکھیں
  • آخری جواب بذریعہ enricotest223

more options

Hi! I'm a web developer and when I open a HTML file (located in my pc) firefox doesn't see the css file with styles. This is the code line with the css link: <link rel="stylesheet" href="style.css" type="text/css">

If i go to the developer console it give me this error (translated): <The character encoding of the HTML document has not been declared. The document will be displayed with incomprehensible text in some browser configurations in case it contains characters outside the US-ASCII range. The character encoding of a page shall be declared in the document or transfer protocol>

How can i solve it? Thanks

Hi! I'm a web developer and when I open a HTML file (located in my pc) firefox doesn't see the css file with styles. This is the code line with the css link: ''<link rel="stylesheet" href="style.css" type="text/css">'' If i go to the developer console it give me this error (translated): ''<The character encoding of the HTML document has not been declared. The document will be displayed with incomprehensible text in some browser configurations in case it contains characters outside the US-ASCII range. The character encoding of a page shall be declared in the document or transfer protocol>'' How can i solve it? Thanks

منتخب شدہ حل

I use the same line as you without 'type' which, IIRC, is redundant with HTML5. Perhaps you are need certain lines (or equivalents) which this site is refusing to print so I have attached a screenshot.

اس جواب کو سیاق و سباق میں پڑھیں 👍 0

تمام جوابات (3)

more options

منتخب شدہ حل

I use the same line as you without 'type' which, IIRC, is redundant with HTML5. Perhaps you are need certain lines (or equivalents) which this site is refusing to print so I have attached a screenshot.

more options

Is the style.css file still present in the same location as the HTML file ?

Does the Style Editor show this file as loaded?

more options

Yes the CSS file is in the same location. The Style Editor doesn't see any css file