« Return to Thread: change the color of a paragrapfh

change the color of a paragrapfh

by 61Sniper :: Rate this Message:

Reply to Author | View in Thread

Hello all,

how can I change the color of the following paragraph

<para id="testpara">
     Change my color
</para>

I have tried with


<xsl:attribute-set id="testpara">
     <xsl:attribute name="color">blue<xsl:attribute>
</xsl:attribute-set>

It doesn`t work.

 « Return to Thread: change the color of a paragrapfh