Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

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

  • 2 отговора
  • 1 има този проблем
  • 1 изглед
  • Последен отговор от 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.

Избрано решение

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.