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