View Single Post
Old 12-04-2012, 02:55 PM   PM User | #6
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Replace this:
PHP Code:
 echo " "." $paragraph"
With this:
PHP Code:
print nl2br($paragraph); 
The preceding whitespace isn't necessary in your original output. To give it the "indented" look, modify the .paragraph CSS code and add a text-ident: {x}px with whatever your preferred indent choice is (1em may be a good option).
Fou-Lu is offline   Reply With Quote
Users who have thanked Fou-Lu for this post:
Eggweezer (12-04-2012)