> -----Original Message----- > From: Nestor Martinez [mailto:[EMAIL PROTECTED] >
Hi, > Here is a little bit of the fo file, where it shows the block > with the id, but it actually goes to the block right after the > block with the leader inside of it, in other words, it points > to two blocks down from where it is supposed to point at, > any idea why this happens? Aha, this looks like a familiar problem indeed... I'm not completely sure, but it sounds like one of those pesky 'nested block' issues... Is it in any way possible to leave out the surrounding fo:block? I mean: > <fo:table-body> > <fo:table-row height="6.75in"> > <fo:table-cell> Leave the following fo:block out, and make the blocks containing the ID's direct descendants of the fo:table-cell... > <fo:block margin-right="0.5in" margin-left="0.5in"> ... and move its margin-* properties to this fo:block. > <fo:block font-size="16pt" font-weight="bold" id="A1">Title 1</fo:block> See if that works... Hope this helps! Greetz, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
