Hard to explain problem
Posted: Sat Feb 28, 2004 12:32 pm
I have a news script, where I can type in some news, it goes in the db, and another page echos the stuff. Lets say this is what I typed:
On the actual news page, where it echos what ever is in the db, it won't show the space (line) in the middle. Instead, it will show this:
How can I make it so that it boes show that space/line in the middle, without using HTML?
Code: Select all
The weather today is really nice.
Hello world.Code: Select all
The weather today is really nice.Hello world.