Quote:
Originally Posted by DaveLessnau
I'm running EPUBCheck from within the Editor and it's pointing out duplicates id= lines. Something like this at the start of several of the files:
Code:
<body class="normbody">
<div class="page" id="section2_1">
<div id="box1_1" class="normbody">
...
These are leftovers from the original since I basically don't know what they're for. According to:
https://www.w3docs.com/learn-css/css-id-and-class.html
So, even ignoring the duplicates, there ought to be a style somewhere where #section2_1 and #box1_1 have some attribute applied. But, I can find no reference to them. I suppose it's possible I've deleted it already without realizing it. Can I just delete both of those <div... lines?
|
A lot of the iDs are for footnotes as Discworld books can have a number of footnotes.