Posted by Sanders Kaufman on 08/28/07 00:49
Fester Bestertester wrote:
> Hello all,
>
> Our Systems Team is creating a form that will enable users to submit an
> application,which includes an essay.
>
> The problem: When the user submits the essay through the text form
> field, the result we see is one solid block of text with no breaks. We
> are trying to avoid depending on the student to add <p> for each paragraph.
>
> What coding is required to translate the keystroke "Enter" as <p>, so
> the output will contain paragraph breaks. Of course, the code must be
> 508 compatible.
>
> Thanks for your help.
str_repl()
[Back to original message]
|