搜尋 Mozilla 技術支援網站

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

Learn More

latest edition of firefox can't display my business website, Newswriting.com. Only a blank page appears, and instead of a heading, a long line of source code. Can you help me?

more options

the site works fine on safari and older firefox. and i haven't made any significant changes to the site in many months. I suspect something on my home pg may be outdated or incompatible, or missing, but i don't know what it is. can you help?

the site works fine on safari and older firefox. and i haven't made any significant changes to the site in many months. I suspect something on my home pg may be outdated or incompatible, or missing, but i don't know what it is. can you help?

被選擇的解決方法

Check your html code You have a <title> with no close that could be the main problem

This is a nesting problem: <b><I>Abe Rosenberg</B></I>

I saw some </p> together

validity check of your code

http://validator.w3.org/check?uri=http%3A//newswriting.com/&doctype=HTML+4.01+Transitional&charset=UTF-8&ss=1
從原來的回覆中察看解決方案 👍 0

所有回覆 (1)

more options

選擇的解決方法

Check your html code You have a <title> with no close that could be the main problem

This is a nesting problem: <b><I>Abe Rosenberg</B></I>

I saw some </p> together

validity check of your code

http://validator.w3.org/check?uri=http%3A//newswriting.com/&doctype=HTML+4.01+Transitional&charset=UTF-8&ss=1

由 David McRitchie 於 修改