> -----Original Message----- > From: Patrick JUSSEAU [mailto:[EMAIL PROTECTED] > > Daniel, > > I tried that too with no success. This brings the following question. > How can I create an empty block with a specified height and width? If I > could create such a block I could embed my image in it. >
Ok, another go... Try : <fo:block line-height="100px" display-align="center" ...> <fo:external-graphic height="25px" /> </fo:block> Apart from that: Chris is right, the content-width and content-height props have not been implemented yet. Greetz, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
