View Single Post
Old 04-10-2005   #4 (permalink)
inkblot
Registered User
 
inkblot's Avatar
 
Join Date: Mar 2005
Location: London, ON
Posts: 12

Send a message via AIM to inkblot Send a message via MSN to inkblot
because html doesn't render white space. push the letter a then hit the space key 1000 times then hit t and save it as an html file. open it and watch it produce 'a t'.

solution: nl2br();

put it around your content IE nl2br( $r['news'] );
inkblot is offline