I have a form where users use a text box to input a paragraph or two. That is then stored in the mysql database. The problem is that when i have a page output the inputed text. None of the line breaks are there. I've tried using the <pre wrap"true"> tag but the text still runs off the page in IE even when i have the table widths set. NS displays it correctly (for once). THe line breaks are there so i know mysql isn't stripping them but evey paragraph is one line. Is there any way that i can retrieve my text from mysql and still have it formated?