Definition list spacing
Posted: Tue Mar 01, 2011 6:12 pm
Hi,
Is there a way I can edit the table attributes for the definition list so that the dl and dd elements print beside each other in PDF output?
At the moment the dl and dd elements are printing in evenly sized columns.
I'd like the dl column to autosize to the largest entry and the dd column to take up the rest of the width.
I've a feeling this could be part of the problem too...
When I try print a definition list I get the following warnings:
Any help appreciated.
Thanks,
Dave
Is there a way I can edit the table attributes for the definition list so that the dl and dd elements print beside each other in PDF output?
At the moment the dl and dd elements are printing in evenly sized columns.
I'd like the dl column to autosize to the largest entry and the dd column to take up the rest of the width.
I've a feeling this could be part of the problem too...
When I try print a definition list I get the following warnings:
Code: Select all
[java] 832 WARN [ main ] org.apache.fop.apps.FOUserAgent - "fo:list-item-label" is missing child elements. Required content model: marker* (%block;)+ (See position 26:-1)
[java] 835 WARN [ main ] org.apache.fop.apps.FOUserAgent - The following feature isn't implemented by Apache FOP, yet: table-layout="auto" (on fo:table) (See position 29:-1)
[java] 849 WARN [ main ] org.apache.fop.apps.FOUserAgent - The following feature isn't implemented by Apache FOP, yet: table-layout="auto" (on fo:table) (See position 30:-1)
Thanks,
Dave