Hi,

I try to write a link in a table-cell.
The problem is that the actual link is not at the same position than the text of the link.


It works when I take the block including the link out of the table-cell.

This is what I try to do:
<fo:table-cell>
<fo:block padding-top="3pt" padding-bottom="3pt">
<fo:basic-link>
<xsl:attribute name="external-destination">
<xsl:text>normal.pdf</xsl:text>
</xsl:attribute>
<xsl:text>normal.pdf</xsl:text>
</fo:basic-link>
</fo:block>
</fo:table-cell>


Regards,
Sandra



Reply via email to