Re: Text formatting for HTML output.

2001-10-04 Thread Christopher R. Jones
I define my textareas like this (perl cgi scritps): $portdesc Note the WRAP="SOFT" flag I then simply insert the users information into the mysql table and when it is called up in the HTML form, it retains its carriage returns. You do need to ensure that quotes are handled correctly. >Current

Re: Text formatting for HTML output.

2001-10-04 Thread Ian Barwick
On Thursday 04 October 2001 06:48, Neil Silvester wrote: > Currently I am using a standard field for information > input to the MySQL database. When I display the allready information in the > text fields to allow the user to manipulte the information, the formatting > includes any carrige return

Text formatting for HTML output.

2001-10-03 Thread Neil Silvester
Currently I am using a standard field for information input to the MySQL database. When I display the allready information in the text fields to allow the user to manipulte the information, the formatting includes any carrige returns that have been entered. However when I display the text usi