Your code demonstrates why I define classes and don't use bare tags. In your CSS, you define h2 + p as non-indented, but it doesn't work because the <h2> tag is followed by <p class="ph"> and not <p>. So all of your first sentences are indented, which I assume is not what you meant to do.
Quote:
Originally Posted by JSWolf
|