View Single Post
Old 01-27-2017, 03:47 AM   #15
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,743
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by ebookreadr View Post
Any further ideas? (please note that I know the basics, but am not an expert at Sigil/CSS coding).
My regex is only useful for books whose formatting can't be salvaged. You could simply remove span from the regex:

Code:
<(div|p|b|i|u|h[1-6]|ol|ul|li|body) [^>]+>
and then handle the remaining spans with TagMechanic.
Doitsu is offline   Reply With Quote