Quote:
Originally Posted by RbnJrg
Watch the ebook I attach. That book was scrambled with your original utility; I don't know why, the .xhtml index resulted with the numbers unchanged  The original book is in public domain (is "The mistery of the yellow room") so if you need it to find the cause of the unscrambled numbers in TOC, I can upload here.
|
You mean on the 'Exblgknua' page? You're absolutely right. I'll investigate.
ETA: The reason is because that page doesn't actually contain any digit text.
The page structure (simplified) is:
Code:
<body>
<h3>...</h3>
<ol>
<li>first item ...</li>
<li>second item ...</li>
... ... etc
</ol>
</body>
The numbers are auto-generated by the ordered list <ol>/<li> HTML. I'm not sure what I can do about that ... nor how much it will upset HarryT.
I've added it to a "things to think about list" (no pun intended)