>> But one question is left. I have used absolute positioning because I >> wanted to have two boxes side-by-side, like with float and div. Can I >> do this with absolute / table only? > > FOP doesn't support float FO for now (see [1]). > alternatives may be: > - absolute-position on b-c > - table > - playing with *-indent and space-* (see [2]) > - placing 1 b-c in a static region > - etc. > > [1] http://xmlgraphics.apache.org/fop/compliance.html#fo-object-float > [2] b-c #1 is explicitly sized, and its space-after="{-$height}" > b-c #2 is indented according to the bc#1 width
Thanks you very much. It really helped me. Cheers, Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
