> FOP 1.1 seems to ignore the width property for the <fo:inline> element.
The width property doesn't apply to fo:inline elements it only applies to block level elements that is formatting elements that essentially generate a rectangular area. An <fo:inline> can begin in the middle of a line and end a few lines further down in a completely different position within that line. It is not rectangular in shape and from the specification point of view it is not a block level element. I know this doesn't help you solve your problem just trying to explain why your current approach doesn't work. Cheers Manuel --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org