← Prev in month ← Prev in thread

Changing Text Color

From
Dave Cushman <>
Date
2008-01-30T19:53:02+00:00
ID
Thread
Changing Text Color
For print output, how do I change the text in a draft section to be a 
different color than text in a final section?  For example:

<section status="draft">
    <para>When processed, this text should be red (or some other 
color).</para>
</section>
<section status="final">
    <para>When processed, this text should be black.</para>
</section>

Thanks,
Dave
← Prev in month ← Prev in thread