Quote:
Originally Posted by SkookumPete
Reference:
Code:
<a href="#noteP1C11_1">[note 1]</a>
Target:
Code:
<a class="ref" href="../Text/vtext.htm#refP1C11_1" id="noteP1C11_1">1</a>
"Doesn't work" = link does not jump to target in book or preview view in Sigil.
Update: I installed the 64-bit version and it seems to have cleared up that problem. However, now the links work within Sigil, but not when the epub is loaded into a reader! Also, the stylesheet is ignored outside Sigil. This program does bewilder me.
|
CSS ignored outside Sigil generally means there is a syntax or other error in the CSS file. Adobe Digital Edition products will throw out the entire CSS if they find errors in it. I would suggest you validate the CSS. Our wiki has links to a validator and a new entry called
CSS Toolbox which is a free Windows program to help with CSS.
Links outside Sigil work exactly like they work in any HTML file. They use standard unix style linking where the ePub itself is the top of the tree but most people code relative links.
Dale