Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Textarea

Status
Not open for further replies.

ewyong

Programmer
Dec 30, 2001
4
0
0
MY
Hi I really need some help here. The problem is that I am using a textarea to post message to a database, but it seems that once the infor. are transfered to the database, everything are merge together. There are no paragraph. I have trid to use the <pre> tag and it ended up that there are paragraph but each paragraph doesn't break to the next line(its very long that we have to scroll to the right). Are there any other way I can do. Thanks. :)
 
Everytime a person hits the enter key you could put a <P> or <br> tag inside the textarea.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top