I am facing a challenge with formatting a long text into 2 columns while also including a fixed height table in one of the columns.
The goal is to have the table at the top of the 2nd column without splitting the text or using JavaScript.
The table should be one column wide and maintain a fixed height, with the text flowing around it if possible.
I have tried various CSS techniques such as floating the table to the right within a column-count: 2
element, but the results were not as desired.
Other attempts, like using CSS grid or absolute positioning, did not yield the desired outcome without causing overlap issues.
I am looking for a pure CSS solution that will allow the text to wrap around the table in a way that resembles the desired result shown in the link below.
Any insights or suggestions on achieving this layout using CSS only would be greatly appreciated.
Note: The final HTML will be converted to a PDF using PrinceXML.