Quote:
Originally Posted by fluoresce
Thanks for the help, guys.
I have a large EPUB, with lots of internal links. I need to clean up some tags using regex (delete lots of redundant classes). I merged all of the HTML files so that I can run regex for each fix just once instead of having to repeat it on each page individually. The problem is that when I split the files back up, many of the internal links stopped working! Why do the internal links not automatically update?
As I was splitting the files back up, I got a warning like this:
|
That Anchor ID is not there
IMHO there is no need for an id if the link just hits the TOP-o-file