View Single Post
Old 06-04-2022, 05:11 PM   #9
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by theducks View Post
I think it is a (poor?) attempt to prevent Orphan with splits of words (hyphens). from the previous screen.
Yep. Exactly.

Quote:
Originally Posted by DiapDealer View Post
My TagMechanic plugin would remove spans of the class "no-break" easily and quite safely.
Yep. Exactly!

Quote:
Originally Posted by philja View Post
Whether I can teach my author friend to download and use plugins at this early stage I don't know. We're having a zoom call in a few minutes time so I'll broach the subject.
Back in 2021 I wrote this little mini-tutorial on how to download/install Sigil Plugins + set them to buttons.

And in 2020, I wrote a little one on how to use "TagMechanic" too.

It explained how to change <i> -> <em>... but to get rid of your <span class="no-break">, all you have to do is fill in a few other menus:

Action Type: Delete
Tag name: span
Having the attribute: class
Whose value is (no quotes): no-break

That will:

1. Look for a <span>.

2. With a class called "no-break":

Code:
<span class="no-break">blah blah text.</span>
3. Then delete the span:

Code:
blah blah text.
Quote:
Originally Posted by JSWolf View Post
How was this ePub created? What program(s) were used to before it got into Sigil?
Yeah, I'd be a little interested in that too.

If you can ask your author friend, that would be good. If not, whatever.

Last edited by Tex2002ans; 06-04-2022 at 05:13 PM.
Tex2002ans is offline   Reply With Quote