View Single Post
Old 10-26-2012, 06:42 AM   #11
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,552
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
I have H1 and H2 tages for everything and each of those has a tag like this <a href="images/index.html#ch1. Why would this be in the images directory instead of the text directory?
I don't know why those hrefs would be like that, but that is the exact problem, right there.

Quote:
In any case I tried changing this to text/index.html but just got more errors when I tried the validation tool again.
Everything is case sensitive. There is no 'text' folder in a Sigil-built ePub. There is a 'Text' folder. Change all the hrefs in your html ToC to:
href="../Text/index.html#ch1"
href="../Text/index.html#ch2"
etc...

Last edited by DiapDealer; 10-26-2012 at 06:45 AM.
DiapDealer is offline   Reply With Quote