I have a text box that I tyoe text into and a script writes that text to a text file. I then have that server side included into an html page.
I currently have the html page <PRE></PRE> formatting the included text so that it will recognize hard returns entered into the text using my php text entry page. But this creates very ugly text.
Is there a better way to do this?



