html2fo - control paragraph spacing
Hi,
I'm using BI Publisher 11.1.1.7 and using html2fo to render html from a Rich Text Editor in PeopleSoft.
My problem is paragraph spacing is way to wide.
Say the html is
<p>paragraph 1</p>
<p>paragraph 2</p>
I end up with :
(sorry my MSWord is french)
Where do the "Paragraph spacing before/after" values come from ? why 13.45pt bef/aft ? I'd like to set 0pt/10pt.
Is there any way to control html2fo processing as it seems to be rather independent from the rtf template ?
I may try with margin style attribute direclty in html, but that's not practical as it's a recurring problem and I'd rather have a one-time solution.