To make a String display in different paragraphs
Hi,
I need to display a very long String which I pull from database in different paragraphs on the web page. The string contains pipes in between. If there is one pipe in the string, I need one break and if 2 pipes, I need 2 breaks in the html page.
Can somebody suggest me a way please
Thanks

