HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › P tag "interline" problem › Re: Re: P tag “interline” problem
March 2, 2015 at 18:06
#29674
Probably a removal of paragraph margins completely is not always a good idea. You could define/override styles only for particular cases, for example:
P + P, DIV + P { margin-top: 0 }
resets top margin, only if a paragraph follows other paragraph or DIV