R
Resnicow
We have a form whose results are sent to email via 'webbot "Saveresults".
The form has a text field in which the user asks a question.
The resulting email contains the <PRE> tag, which formats the email nicely
but long lines will not word wrap. The text field shows up as one long line
and you have to scroll horizontally all the way to read it.
How can we format an email so that it allows word wrap (does not use the
<PRE> tag)?
I know the email-format field seems to control this behaviour. HTML code
has
email-format="HTML/PRE" currently.
thanks,
Bill R
The form has a text field in which the user asks a question.
The resulting email contains the <PRE> tag, which formats the email nicely
but long lines will not word wrap. The text field shows up as one long line
and you have to scroll horizontally all the way to read it.
How can we format an email so that it allows word wrap (does not use the
<PRE> tag)?
I know the email-format field seems to control this behaviour. HTML code
has
email-format="HTML/PRE" currently.
thanks,
Bill R