Quote:
Originally Posted by Peter Ahlstrom
OOHHHH I think I got it now. The problem is that Sigil fakes nav.xhtml's location in the sidebar. I opened the ePub in BBEdit and it shows that nav.xhml is NOT inside the Text folder like Sigil shows. It's in the OEBPS folder. So the stylesheet reference needs to remove the "../"
Now to see if that works!
And it does, perfectly.
|
You can also
Tools > Restructure Epub to Sigil Norm.
This will move all files to organized folders:
- HTML/XHTML
- CSS
- Images
- Fonts
- (Audio/Video + all other [Misc] move into their own folders too.)
and Sigil will update all your code as well.
So if your TOC links pointed to:
Code:
<a href="Chapter01.xhtml">
it will update to:
Code:
<a href="../Text/Chapter01.xhtml">
Side Note: This file moving/renaming is what older versions of Sigil
forced upon opening EPUBs. Now, it's optional.