Quote:
Originally Posted by Nick_1964
It makes me afraid to write things.
Do I find another bug or not ?
In one of my ebooks, there is in the code <a id="Anker">
From that point,every part in the book is underlined.
Is it a bug, or logic.. I don't know..
|
That's not a bug. That's an unclosed <a>. Put in a / <a id="Anker"/> and that will fix the underline until there is another unclosed <a>.