Hi,
I've got an html form with a big textarea. It's max 90 lines, 58 chars per line (there is a script that, when you write the form, cuts off the 59th char and warns you not to go beyond 58 chars per line). The textarea will be sent to a cgi script that writes me a mail (i'm using a self-customized version of FormMail). I have also to keep "early carriage returns", so not all the lines will be 58 chars... i definitely have to keep...