I have a rich text field that I include into a HTML output on onedrive which I then convert to PDF. But in the PDF I have huge gaps between the rich text field content and the content before (the HTML file itself is rendered correctly when I save that directly) Has anyone an idea how to overcome this?
And does anyone know if these autogenerated div classes always have the same length? I.e. If I could cut them away?
I've tried an
ul,ol {
margin-top:0px;
display:inline
}