Hi
I have an XSL stylesheet:
<xsl:for-each select="TRACKS/TRACK">
<tr class="TDL">
<td width="90%"><xs l:number value="position ()" format="1" /> -
<xsl:value-of select="TRACKTI TLE"/></td>
<td width="10%" align="center"> <a href="{TRACKURL }"
target="_blank" >More info!</a></td>
</tr>
</xsl:for-each>
I wan't to make every second <tr class> aligned to TDU, which I have in the
CSS. How is this possible?
Regards,
Kenneth
I have an XSL stylesheet:
<xsl:for-each select="TRACKS/TRACK">
<tr class="TDL">
<td width="90%"><xs l:number value="position ()" format="1" /> -
<xsl:value-of select="TRACKTI TLE"/></td>
<td width="10%" align="center"> <a href="{TRACKURL }"
target="_blank" >More info!</a></td>
</tr>
</xsl:for-each>
I wan't to make every second <tr class> aligned to TDU, which I have in the
CSS. How is this possible?
Regards,
Kenneth
Comment