Vincent Hennebert <vincent.hennebert <at> anyware-tech.com> writes:

> 
> Hi,
> 
> nmwp wrote:
> > Hi
> > 
> > As I just know fop since 2 days, I'm not sure if this is a bug... can
> > someone check if it is. Just render the lower fo. The biggest bug is that
> > lower table with 2 rows as the fo specifies only 1 row.
> > 
> > -- nwp
> >             
> >   <fo:block width="2cm">BUG: this block should have 2cm in width</fo:block>
> 
> “width” doesn’t apply to fo:block. You must do something like the 
> following:
>     <fo:block-container width="2cm">
>       <fo:block>this block will have a width of 2cm</fo:block>
>     </fo:block-container>
> 
> HTH,
> Vincent

Hi,

I am using 0.94 (and have tried 0.95 beta) to output a block with a width to PDF
and RTF:
<fo:block-container width="2cm">
  <fo:block>this block will have a width of 2cm</fo:block>
</fo:block-container>

This works in PDF, but not in RTF - does anyone else have this problem?

Thanks,

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to