[PHP] FORM text formatting problem

2002-12-30 Thread Pag
Hi, When i retrieve the text i have on my database, which was taken from a form textbox, i have line breaks ate the end of each line in the textbox. Ah, hard to explain! My textbox is small, and everytime, while writing a text in it, the line ends and we continued writing on the next one,

RE: [PHP] FORM text formatting problem

2002-12-30 Thread John W. Holmes
When i retrieve the text i have on my database, which was taken from a form textbox, i have line breaks ate the end of each line in the textbox. Ah, hard to explain! My textbox is small, and everytime, while writing a text in it, the line ends and we continued writing on the

RE: [PHP] FORM text formatting problem

2002-12-30 Thread Pag
Are you using a WRAP attribute on your TEXTAREA? You'll want to set it to OFF or NONE, probably. I can't remember the exact values, it can take, but I think it's PHYSICAL, VIRTUAL, and NONE/OFF. Thank you. Problem solved. Better put thank you on some sort of macro because it