View Single Post
Old 07-28-2022, 04:32 PM   #4
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,116
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 tboy2000 View Post
Ah ok. I thought I could get away without knowing HTML code as the Sigil UI gives me a WYSIWYG impression.

Does that mean I need to manually add an HTML indent code everytime I need it? Seems quite a long winded process for the 300 page epub I am fixing.

Want to upload to my Google Play Books library.
That is what CSS is for. You have a separate style for .indented (your choice of name)

.indented {text-indent: 1.2em;}
usage

Code:
<p class="indented"> blah de blah </p>
theducks is offline   Reply With Quote