Etsi tuesta

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?

  • 2 vastausta
  • 1 henkilöllä on sama ongelma
  • 1 näyttö
  • Viimeisin kirjoittaja RoxburyPetArt

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.

Valittu ratkaisu

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; }
Lue tämä vastaus kontekstissaan 👍 0

Kaikki vastaukset (2)

more options

Valittu ratkaisu

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

Muokattu , muokkaaja cor-el

more options

Hi, \

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