Steve Krulewitz wrote:
>The problem I'm trying to solve isn't this, it is the fact that when I
>use indenting with the XMLSerializer, the closing tag for the anchor
>element is on a different line than the opening tag. This produces the
>"underline longer than text" artifact on the rendered page.
Have you tried adding another <span>-element:
<a href="current" class="action">
<span>
<i18n:text>Current Items</i18n:text>
</span>
<span class="count">(<xsl:value-of select="$total"/>)</span>
</a>
Askild
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]