HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Incorrect layout in generated PDF › Re: Re: Incorrect layout in generated PDF
April 26, 2010 at 16:33
#27993
The width of the nesting DIV is not sufficient for 2 columns.
I changed the width from 612 to 624 and it produced a 2 columns layout.
[language=css:2p1m9ped]#clientBrowserMainEntity {
float:left;
width:624px;
margin: 0 0 10px 5px; }[/language:2p1m9ped]