I want to take the content of a website article and create two or more columns of text.
The difficult part is that i must keep the html tags and also close them if the cutting is done inside a <p></p>
for example.
Example:
<p><span>One two three <strong>four</strong></span> five six</p>
Result:
<p><span>One two three<span><p>
<p><span><strong>four</strong> five six</p>
So the user will se
One two three
four five six