I have <p> with text-indent = 2em since the vast majority of the time that's the default for a basic text paragraph.
Sometimes however (usually for a a group specially formatted paragraphs I use <p class="noindent">
I've tried to bracket a group with <div class="noindent"> ... </div> but the class seems to be ignored. If I can't do that, is there another way to 'turn off' indenting for a block of paragraphs?
and