Quote:
Originally Posted by ebookreadr
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.