View Single Post
Old 01-17-2025, 03:27 PM   #5
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,564
Karma: 169115148
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JSWolf View Post
I prefer text-indent: 1.2em;.
Hardly relevant since the OP is likely to pick an indent they prefer.

An alternative in the CSS stylesheet to indent all but first paragraphs might be:

Code:
p { 
    text-indent: 1.5em; 
}

p:first-of-type {
    text-indent: 0;
}
Use the Extra CSS options to insert this.

Going off a vague memory, I took a quick look at the Layout options in conversion and there seems to be a setting to insert an indent when removing spacing between paragraphs. See the attached image.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2025-01-17 122544.png
Views:	94
Size:	45.3 KB
ID:	213130  

Last edited by DNSB; 01-17-2025 at 03:30 PM.
DNSB is offline   Reply With Quote