Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Firefox does not display local html files

  • 4 antwoorden
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van ama.iykeuzo

more options

Hello,

I am learning web development and I was told to use Firefox as my IDE because of its developer options. But whenever I try to display a .html file all I get is a blank page although I can view the file in Microsoft Edge.

Also when I check page source or inspect page, I can view my .html code in the background but on the frontend I get a blank page.


Please could you guys help please? I don't know what to do


Thank you

Hello, I am learning web development and I was told to use Firefox as my IDE because of its developer options. But whenever I try to display a .html file all I get is a blank page although I can view the file in Microsoft Edge. Also when I check page source or inspect page, I can view my .html code in the background but on the frontend I get a blank page. Please could you guys help please? I don't know what to do Thank you

Gekozen oplossing

ama.iykeuzo said

Hello, I am learning web development and I was told to use Firefox as my IDE because of its developer options. But whenever I try to display a .html file all I get is a blank page although I can view the file in Microsoft Edge. Also when I check page source or inspect page, I can view my .html code in the background but on the frontend I get a blank page. Please could you guys help please? I don't know what to do Thank you

Thank you very much everyone for your help. Turns out that there was a bug in my styling( because it did not display in Edge also). When I erased all rules and started from scratch it began to display in Firefox and Edge.

Thank you

Dit antwoord in context lezen 👍 0

Alle antwoorden (4)

more options

Edge may have different requirements. A useful source of information is w3schools. I have local .html files displayed in Firefox and another browser using the format shown in the attached image. I couldn't post it directly.

Bewerkt door Terry op

more options

Firefox can be a bit picky about closing tags. When you View Source -- and I suggest reloading the View Source page using Ctrl+R just to confirm it's the latest version -- does Firefox color any of the tags in red? (It's normal to see HTML entities such as & in red, but not tags.)

more options

terauck said

Edge may have different requirements. A useful source of information is w3schools. I have local .html files displayed in Firefox and another browser using the format shown in the attached image. I couldn't post it directly.

Tried this it did not work

more options

Gekozen oplossing

ama.iykeuzo said

Hello, I am learning web development and I was told to use Firefox as my IDE because of its developer options. But whenever I try to display a .html file all I get is a blank page although I can view the file in Microsoft Edge. Also when I check page source or inspect page, I can view my .html code in the background but on the frontend I get a blank page. Please could you guys help please? I don't know what to do Thank you

Thank you very much everyone for your help. Turns out that there was a bug in my styling( because it did not display in Edge also). When I erased all rules and started from scratch it began to display in Firefox and Edge.

Thank you