Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

How do I view my .HTML file as a website, not in a text-only format?

  • 1 отговор
  • 1 има този проблем
  • 3 изгледи
  • Последен отговор от DaveRo

more options

I'm learning to use basic HTML. I wrote a short file in TextEdit and opened it using Firefox "File" --> "Open". It loaded the page, but instead of reading the HTML code, it left it as text, including the angle brackets and commands. I would like to view my page as a normal site, with working italics, bolds, hyperlinks, etc. Is it possible to do this with Firefox? If so, how?

This happened

Every time Firefox opened

== I tried to read a simple .HTML file

I'm learning to use basic HTML. I wrote a short file in TextEdit and opened it using Firefox "File" --> "Open". It loaded the page, but instead of reading the HTML code, it left it as text, including the angle brackets and commands. I would like to view my page as a normal site, with working italics, bolds, hyperlinks, etc. Is it possible to do this with Firefox? If so, how? == This happened == Every time Firefox opened == I tried to read a simple .HTML file

Всички отговори (1)

more options

It sounds as if the file is not recognised by Firefox as an html file - it thinks it's a text file.

I don't know MACs but here on Linux that has nothing to do with whether the file has an 'html' extension. Does the file start with an <html> tag? (After <!DOCTYPE - if you have included that - it's optional.)

If so I suggest that you create the file not with a text editor but with a program that is designed to produce html files. You probably have one on your machine already but if not try Bluefish.

A MAC user could give a better answer.

Good luck.