View Single Post
Old 07-11-2011, 05:15 PM   #23
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,167
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by jackie_w View Post
@theducks,

When this happens to me I just use this handy little epub utility to edit the TOC. It's a drag-and-drop action so very easy to use.
TNX
I think I tried a early version of this tool a long time ago and abandoned it I was learning about EPUB).

Been fixing this issue, along with other odd coding with Sigil (CV)

I could us a de-spanner that only removes un-necessary repeated spans
Code:
<span="foo2">stuff</span><space><span="foo2">more stuff</span>
Must pair-match tags before cleaning. (A simple REGEX does not match pairs and can really make a pile of doo out of things.)
theducks is offline   Reply With Quote