in reply to Re^4: Formatting Input
in thread Formatting Input

You're wrapping the whole string (several paragraphs) into a single HTML paragraph tag. The grandparent was suggesting that you parse the string for paragraphs and manually insert the necessary paragraph tags.

Do look at the HTML source your program generates and check that everything is there. You may also want to try white-space: pre; if you want a boring CSS solution (but nothing compares to actually understanding the problem!)