Lipabidasax
New Member
I am outputting text onto my page but ONLY the data pulled from the MySQL DB is ignoring the css white-space: normal; for line breaks within the div. In other words, my BLOB of text is output in one long line as opposed to line breaking. PS - there are no /n so no need for nl2br() and I'd rather not use word_wrap()If I hand write text into the p tags the the CSS follows the wrapping. Am I storing the text in the DB incorrectly? Does BLOB not out put correctly? I've tried TEXT, LONGTEXT - no solution???