[thelist] CGI SCRIPT HELP

Anthony Baratta Anthony at Baratta.com
Thu Nov 16 17:34:38 CST 2000


At 03:16 PM 11/16/2000, you wrote:

>    I have an email form cgi script in my cgi-bin that I am using and I am 
> having some problems with it.  The problem I am having is the following: 
> The main comments field does not start new lines automatically, instead 
> it continues the box into a very long line which needs a horizontal 
> scroll in my email program.  This is very annoying.  Does anybody know 
> how to fix it?

Depending on your form processing script, you can add the following to your 
Text Area tag:

<textarea cols="45" rows="4" name="test" wrap="physical"></textarea>

----
Anthony Baratta
President
Keyboard Jockeys





More information about the thelist mailing list