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