Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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.

Chosen solution

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; }
Read this answer in context 👍 0

All Replies (2)

more options

Chosen Solution

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; }

Modified by cor-el

more options

Hi, \

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