View Single Post
Old 01-27-2020, 04:10 PM   #82
Argon
Enthusiast
Argon began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Jan 2020
Device: Kobo Libra 2, Kindle Oasis 3
Quote:
Originally Posted by JSWolf View Post
That sort of code can make looking at the HTML code more difficult. If you have <p> as...

Code:
p {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 1.2em;
}
Then you'll see when <p> has no indent when you see <p class="noindent">. Most <p> will be with an indent.
I barely know any CSS or HTML. I just followed the commenter's suggestion from this: https://ebookconversion.paulbrookes....agraph-styles/
Argon is offline   Reply With Quote