Hello,
I'm using dompdf 0.6.0 and I have a PDF template created which defines a two column layout (left and right). The content in the left column is the "meat" of the page, where as the content in the right column is more like "quick bits" type of stuff. If the generated PDF only has enough content for one page, everything appears exactly as it should. However, if the generated PDF requires more than one page...the content of the right column does not show up until the last page of the generated PDF. This leaves the right column completely blank on page 1 and so on. I want the content of the right column to always appear on page 1, regardless of how many pages it is. Anyone know why this might be happening?
I am using CSS to define the layout with <div> tags, but I am not using the 'float' property. Instead I am using the 'display: inline-block' property, and this seems to be working for me....for the most part. I would like to keep using CSS to define the layout if possible, and not have to switch to tables.
Thanks!