View Single Post
Old 08-26-2011, 03:44 PM   #6
AppleTard
Member
AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.AppleTard ought to be getting tired of karma fortunes by now.
 
Posts: 24
Karma: 1839286
Join Date: Nov 2010
Device: iPad
Quote:
Originally Posted by kovidgoyal View Post
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 View Post
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!
AppleTard is offline   Reply With Quote