Quote:
Originally Posted by exaltedwombat
What about
h1 + p {text-indent:0;}
in the stylesheet?
Does this method of cancelling the indent of a first paragraph (i.e. one following a chapter heading using <h1>) cause problems in any standard reader?
|
+1 Toxaris
I use it all the time. There are very few paragraphs that need a special class when you use techniques like this - that's a good thing!
I use multiple's like this:
p.ChDiv + p, blockquote + p, h2 + p, div.bannerlist + p, img + p, table + p {text-indent:0}