Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

An html page of 1000 lines, after 600 lines the markup becomes ASCII. Why?

  • 2 одговорa
  • 2 имају овај проблем
  • 1 преглед
  • Последњи одговор послао cor-el

more options

Please see web page in question:-

http://www.mcbethd.freeserve.co.uk/finglos.htm

After the "Fixed assets" line it losses markup.

This does not occur in ether Internet Explorer or Safari browsers.

Please see web page in question:- http://www.mcbethd.freeserve.co.uk/finglos.htm After the "Fixed assets" line it losses markup. This does not occur in ether Internet Explorer or Safari browsers.

Сви одговори (2)

more options

Hello,

I am assuming that you are the developer of the page. Looking at your Page Source, you are missing a lot of end tags - can you try adding end tags for all of your FONT tags?

I took the liberty of submitting a bug report based on your site. Please see: https://bugzilla.mozilla.org/show_bug.cgi?id=1089044

Измењено од стране CoryMH

more options

Bug 512605 - [HTML5] HTML5 parser gives up easily with deeply nested tags Bug 354161 - DOM pruned at depth 200 Bug 256180 - Deeply nested elements are not rendered (TAGLVL has been exceeded)


Note that there is more wrong with that page apart from missing closing tags with a body tag in the head section:

<HTML><br />
<HEAD><br />
<TITLE>Glossary of Terms</TITLE><br />
<BODY BACKGROUND=paintbg3.gif bgproperties="fixed" link="#0000ff" alink="#ff0000" vlink="teal"><br />
<META NAME="AUTHOR" CONTENT="donm"><br />
</HEAD><br />
<BODY>

Firefox shows error in the page code as red text.

  • Firefox > Web Developer > Page Source
  • Tools > Web Developer > Page Source (Ctrl+U)

You can hover such a red marked error with the mouse to see a tooltip with an explanation of what is wrong.

Измењено од стране cor-el