Quote:
Originally Posted by dgatwood
Or if you want to be really general, assuming that there is some tag other than a paragraph tag before the first paragraph, you can do
Code:
p {text-indent: 0;}
p + p {text-indent: 1.2em;}
|
That's really very neat! I confess I didn't understand it when I saw it in another thread.
Quote:
Originally Posted by dgatwood
BTW, everybody seems to have gotten it backwards; the first paragraph is supposed to be normal, with the rest indented, not the other way around. 
|
And that is very true....