I have a Rich Text Field with multiple images. Unf...
# advancedpdf
s
I have a Rich Text Field with multiple images. Unfortunately, the images that don't fit on the first page/single page, are NOT getting pushed down to a second page. Instead, BFO just cuts-off the image at page break. Any suggestions on how I can address this issue?
s
can you put the images in their own table cells or divs to force BFO to push the elements down?
s
When placing the images in the RTF inside a table: i.e.
<table>
<tr><td><img...></td></tr>
<tr><td><img...></td></tr>
<tr><td><img...></td></tr>
</table>
I get the same result. <div> didn't work either.