We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Ovo će web mjesto raditi na ograničen način, dok obavljamo održavanje stranice. Ako neki članak ne riješi tvoj problem i ako želiš postaviti pitanje, naša zajednica za podršku spremna je pomoći na Twitteru @FirefoxSupport i na Redditu /r/firefox.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

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

  • 2 odgovora
  • 2 imaju ovaj problem
  • 1 prikaz
  • Posljednji odgovor od 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.

Svi odgovori (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

Izmjenjeno od 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.

Izmjenjeno od cor-el