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.
Örnek:
<p><span>One two three <strong>four</strong></span> five six</p>
Sonuç:
<p><span>One two three<span><p>
<p><span><strong>four</strong> five six</p>
Yani kullanıcı se olacak
One two three
four five six