搜尋 Mozilla 技術支援網站

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

Learn More

When uploading a page to my internet site, part of Page does not upload?

more options

I am uploading from Microsoft FrontPage 2002 to my internet site via Register.com. The page uploads correctly except it leaves off part of the text. It completely loads correctly if I use Internet Explorer or Google Chrome. I like Firefox because it loads fast.

I am uploading from Microsoft FrontPage 2002 to my internet site via Register.com. The page uploads correctly except it leaves off part of the text. It completely loads correctly if I use Internet Explorer or Google Chrome. I like Firefox because it loads fast.

被選擇的解決方法

Do you see the text if you use "Edit > Select All" or press Ctrl+A on that page to highlight the selected text?

If that is the case then you have have a problem with the text color set to transparent and you can repair that by setting a specific color or by removing that color rule.

TABLE { color: transparent; } -> TABLE { color: black; }
從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

選擇的解決方法

Do you see the text if you use "Edit > Select All" or press Ctrl+A on that page to highlight the selected text?

If that is the case then you have have a problem with the text color set to transparent and you can repair that by setting a specific color or by removing that color rule.

TABLE { color: transparent; } -> TABLE { color: black; }

由 cor-el 於 修改

more options

Hi, \

I would like to thank for your reply. It sounds like it will work and I will try it.