Quote:
Originally Posted by oenopion
But when I try to define a first paragraph no indent style (changing the <p> to a <p.first> which I have added to the css, it works fine when I look at it after jumping out of code view. However, when I try to save it, it reverts back to <p>.
|
I hope you're not actually putting the code <p.first> in your xhtml?
If you have a p.first { } entry in your css, you apply it to an element by adding the "class" attribute to that element with a value of "first". Specifically; <p class="first">