K
kookie
I have a form, the final view for web display is a basic step action table. I
want to alternate the background row colors. I tried editinf the code in the
..xsl by adding this code
<code>
<xsl:attribute name="class"><xsl:choose><xsl:when test="position() mod 2 =
1">tablerowon</xsl:when><xsl:when test="position() mod 2 =
0">tablerowoff</xsl:when></xsl:choose></xsl:attribute>
<td class="class" width="20%">
</code>
tablerow on and tablerowoff are css classes with colors defined.
For some reason I can't get this to work.
Any Suggestions?
thanx!
want to alternate the background row colors. I tried editinf the code in the
..xsl by adding this code
<code>
<xsl:attribute name="class"><xsl:choose><xsl:when test="position() mod 2 =
1">tablerowon</xsl:when><xsl:when test="position() mod 2 =
0">tablerowoff</xsl:when></xsl:choose></xsl:attribute>
<td class="class" width="20%">
</code>
tablerow on and tablerowoff are css classes with colors defined.
For some reason I can't get this to work.
Any Suggestions?
thanx!