hello, I have a document that I produce by FOP 0.91 that contains chapters (that I call Tables). Table 1 has id T1 and begins with a block like this:
<fo:block font-weight="bold" line-height="24pt" space-before="12pt" font-size="12pt" font-family="Times Roman" id="T1">Taulu 1</fo:block> In the index later on I have references to this using a basic-link element like this: <fo:basic-link text-align="right" text-decoration="underline" color="blue" keep-together="always" margin-top="0pt" font-weight="normal" margin-bottom="0pt" font-size="8pt" font-family="Times Roman" internal-destination="T1">1</fo:basic-link> ------------------------------ My question is: The links in the pdf document takes me to the beginning of the page and not beginning of the table. Can this unnecessary scrolling for the user be avoided? Am I using wrong commands here? regards Kaarle Kaila --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
