Quote:
Originally Posted by exaltedwombat
Or you could use
p {text-indent:0;}
p + p {text-indent:1em;}
That allows for breaks that are delimited other than by h3.
|
So, if I'm following this, p would be defined as no indent for the default, and p + p would give that particular paragraph an indent? (Though for now, my simple project only needs the no indent after the chapter subheading once for each new chapter)