Adding a \n manually is donkey work! A better way of doing it would be use a PHP command when viewing the content from the database, or before updating or inserting. I personally prefer to do it when outputting the content. Anyway, the command is "nl2br".
This basically converts the linebreaks to <BR>'s, sorted! 
|