What I have is a long text, content of a blog for example, stored in a database. What I want is that in View to be able to force new lines whenever needed. Right now, the text is stored and viewed in bulk. How can I achieve a split string?
Loading
What I have is a long text, content of a blog for example, stored in a database. What I want is that in View to be able to force new lines whenever needed. Right now, the text is stored and viewed in bulk. How can I achieve a split string?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Marius VasilePosted Nov 10, 2021, 7:05 AM
It looks the way intended with css styling
white-space: pre-wrap;
Marius VasilePosted Nov 10, 2021, 6:38 AM
Sachin SinghPosted Nov 10, 2021, 4:29 AM