What titles? Are you talking about the title tag inside the head tag? Or are you saying all of the 500 chapters in the Table Of Contents report the exact same titles?
If the latter, look at the first couple files and look for the h1 or h2 tags? Are they properly set to be that chapter's unique title?
If you, you should be able to just use the Sigil tool that rebuilds the Table Of Contents automatically. But do a file save as first, to create a backup epub.
If there are no header tags (h1, h2, h3, ...) used, then you will need to show the structure of p or div tags used to create the chapter title. We can lead you though using regex to replace those with the proper header tags so that the TOC tool can be then used.
A couple of screenshots to show the top of the a chapter would help.
Last edited by KevinH; 03-01-2024 at 10:37 AM.
|