> -----Message d'origine----- > De : Matthias B. [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 17 mars 2006 13:49 > > I'm trying to absolutely position an image on a page. I use > the following construction > > <block-container absolute-position="absolute" left="..." top="..." > width="..." height="..."><block><external-graphic > vertical-align="top" src="url(...)" > content-width="..." > content-height="..." /></block></block-container> > > However I just can't get the image into the top-left corner > of the block-container. FOP always puts some space between > the image and the top border.
Hi, Some weeks ago, someone gave on this list (I don't remember who, sorry) a solution: You just need to set both font-size and line-height properties to 0pt. Because line-height property defaults to 1.2 x font-size, you don't need to explicitely set line-height property. Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
