Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Firefox doesn't load CSS file

  • 3 risposte
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di 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

Soluzione scelta

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.

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (3)

more options

Soluzione scelta

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