搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How can I edit html source locally using the firefox browser?

more options

How can I edit locally the html source of my web pages without having to change the file type from html to text and back to html?

How can I edit locally the html source of my web pages without having to change the file type from html to text and back to html?

所有回覆 (2)

more options

Do you download and save the file to edit the file or do you have a local copy?

What editor are you using to make the edits?

Can't this editor handle HTML files?

more options

If you are using Windows' Notepad application as your editor, consider switching to the free, open source program Notepad++. It has syntax highlighting so that it will be much easier to distinguish tags from content, and it also helps with seeing typos in scripts.

http://notepad-plus-plus.org/

Now... your default browser will still launch .html files if you double-click them, but you can right-click the file an "Edit with Notepad++" should be an option.

(To get around to your original question, Firefox does not make a good file editor.)