I have a form with textareas that when submitted is added to a page.
I am wondering how if somone hits enter and puts linebreaks in the textarea to make it so that appers on the page.
I tried adding the attribute wrap="hard" to the textarea tag and then doing <pre> when displaying it but it does not work right in some cases.
Is there any PHP function that will add in the <br>'s automatically?
Thanks,
Dan