From: Johannes Stuermer <[EMAIL PROTECTED]>

Is the "maximum specified IPD" a value that I have control over? If so, can
I get rid of this warning by changing it?

This is the width attribute of fo:table. If you have set it to 100% then the width of the table is the same as the width of the body region.



Another cause could be the fact that I'm using landscape orientation. No warning in a similar xsl-fo that is portrait oriented. I'm only using % values for all width values (including columns) in my tables. No hardcoded values expect for the page size, which is set to width=10.44in, height=8.25in;


I dont believe FOP likes % values in the column widths. You can subsitute % in the column widths for the proportional-column-width() function. e.g. change 20% for proportional-column-width(20), etc.


Chris

_________________________________________________________________
Sign-up for a FREE BT Broadband connection today! http://www.msn.co.uk/specials/btbroadband



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



Reply via email to