Quote:
Originally Posted by bfollowell
I've searched all over my code and text, five or six lines in either direction from the line in question and I can find absolutely nothing wrong; nothing I haven't done a hundred times over in other ebooks. I really have absolutely no idea what could possibly be causing this error.
|
doh!
I spoke too soon.
I pulled one of the html files in question out of the epub manually and dumped it into Notepad++. The lines were numbered differently and when I looked at the line in question, line 18, I saw this:
Code:
<h2 class="chaptertitle1 id=" id="nov01ch01">1</h2>
Just like you mentioned, a quote out of place. I must've been typing the id in, got distracted, and started typing it again. Then I cut and pasted this for all of my chapters, just changing the id name and chapter number where needed. That's why it shows up for all of my chapters that have a chapter header.
I'm sure when I go back and remove all of the extra id=" references, everything will be right with the world.
Thanks for the suggestions and helping me step through it. Sometimes you just look at something so much, it's easy to miss something that is obviously staring you right in the face.
- Byron