View Single Post
Old 01-19-2025, 01:38 PM   #2
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,613
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
https://www2.mobileread.com/i/mr/editor/menupop.gif

I don't think you need the !important.

For the standard paragraph, I use...
p {
display: block;
margin-top: 0;
margin-bottom: 0;
text-indent: 1em;
}


Then, for those paragraphs that don't use an indent I use...
.noindent {
text-indent: 0;
}


Also, you need to check the css for the <body> tag in case it needs tweaking.

Great that it is slowly coming together for you. What ereader are you using?

And if it helps, here is my css in full which I adjust as needed on a per-book basis. Might give you some pointers...
https://paste.kodi.tv/rovohaxatu
Karellen is offline   Reply With Quote