Hi Mike,
James here from DocRaptor. This is a common issue our users are running into. Prince doesn't appear to properly support either of the industry standard "clearfix"s, which are used by Bootstrap and most other CSS frameworks.
A version of this code (normally applied in an :after psuedo-element) is the standard clearfix:
That code should clear the float and make the parent div in the attached examples have a red background.
James Paden - DocRaptor
James here from DocRaptor. This is a common issue our users are running into. Prince doesn't appear to properly support either of the industry standard "clearfix"s, which are used by Bootstrap and most other CSS frameworks.
A version of this code (normally applied in an :after psuedo-element) is the standard clearfix:
<div style="display: table; clear: both; line-height: 0;"></div>
That code should clear the float and make the parent div in the attached examples have a red background.
James Paden - DocRaptor
Try DocRaptor - PrinceXML web service and official PrinceXML partner
Edited by jamespaden