HTML is trimming my spaces help

Thread Solved

Join Date: Aug 2007
Posts: 4
Reputation: jaymathew is an unknown quantity at this point 
Solved Threads: 1
jaymathew's Avatar
jaymathew jaymathew is offline Offline
Newbie Poster

HTML is trimming my spaces help

 
0
  #1
Nov 15th, 2007
So I have some PHP code that takes text from a mysql table and prints it to the screen with formatting. Problem is the spaces keep getting truncated when its formatted.

Like:

I like cookies.

They are tasty.
would come out as:


I like cookies. They are tasty.
The formatting code just puts the text in <div> tags and the text shows properly in the mysql database so I'm sure it's not that.

Both lines are part of the same entry. I tried messing with the CSS "white-space" attribute and the "pre" value properly shows line breaks but the text goes past the element's boundaries. I guess I could stick <p> tags in between them, but then I'd be manipulating strings and I keep thinking theres a more simple solution.

Anyone know how to circumvent this?
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: HTML is trimming my spaces help

 
0
  #2
Nov 15th, 2007
Use nl2br()
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 4
Reputation: jaymathew is an unknown quantity at this point 
Solved Threads: 1
jaymathew's Avatar
jaymathew jaymathew is offline Offline
Newbie Poster

Re: HTML is trimming my spaces help

 
0
  #3
Nov 15th, 2007
thanks, that worked
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC