Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 2 réponses
  • 2 ont ce problème
  • 1 vue
  • Dernière réponse par 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.

Toutes les réponses (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

Modifié le par 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.

Modifié le par cor-el