← Prev in month
← Prev in 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