Quote:
Originally Posted by kovidgoyal
Add
a { color: black }
a:visited { color: black }
a[href] { color: blue; }
to extra css
|
Still didn't work. Chapter titles are still blue, even after adding your code to extra css. Thanks for trying to help anyway.
Quote:
Originally Posted by JSWolf
You've got your chapter headers linked back to an internal ToC. This is very bad form for an ePub. ePub's ToC should be in the file toc.ncx. There's no need for an internal ToC.
|
Apparently I'd made a bad design decision. I removed the Word-generated ToC before converting to HTML, and now my ePubs are flawless. No need to have a redundant ToC, anyway.
Thanks a lot!