View Single Post
Old 07-29-2022, 06:27 AM   #19
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,361
Karma: 20212223
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Yes, online/automated converters often put some ugly coding when converting… especially if you are using a pdf as your source doc.
You can easily replace those spans in Sigil using the tag-mechanic plug-in. Also, if your paragraphs all have a basic <p> tag then all you need to do for your spacing is add the
p {text-indent: 1.2em}
to your attached style sheet.
If it is not a basic paragraph tag and has something like
<p class="calibre2">
Then you can do a simple find/replace to fix it:

Find: <p class="calibre2">
Replace: <p>

Should take about 30 seconds to do all that in Sigil.
Turtle91 is offline   Reply With Quote