[PHP] table troubles

2001-10-30 Thread Nikola Veber
Hi ! I'm making a web site which allows user to add his own news, or other data to the page via the form. The user inputs the data into the textarea and the data is placed into a table. The problem is that all the text is placed into a single line ! Is there a html catch to prevent this, or

Re: [PHP] table troubles

2001-10-30 Thread Morten Winkler Jørgensen
NV Hi ! NV I'm making a web site which allows user to add his own news, or other data to the page NV via the form. The user inputs the data into the textarea and the data is placed into a NV table. The problem is that all the text is placed into a single line ! NV Is there a html catch to

[PHP] table troubles

2001-10-30 Thread Nikola Veber
Hi ! I'm making a web site which allows user to add his own news, or other data to the page via the form. The user inputs the data into the textarea and the data is placed into a table. The problem is that all the text is placed into a single line ! Is there a html catch to prevent this, or

Re: [PHP] table troubles

2001-10-30 Thread Frewuill Rodriguez
just define a width for your table - Original Message - From: Nikola Veber [EMAIL PROTECTED] To: php forum [EMAIL PROTECTED] Sent: Tuesday, October 30, 2001 5:04 PM Subject: [PHP] table troubles Hi ! I'm making a web site which allows user to add his own news, or other data

Re: [PHP] table troubles

2001-10-30 Thread David Robley
On Tue, 30 Oct 2001 19:13, Morten Winkler Jørgensen wrote: NV Hi ! NV I'm making a web site which allows user to add his own news, or other data to the page NV via the form. The user inputs the data into the textarea and the data is placed into a NV table. The problem is that all the text