How do you detect these? and store them?
Whenever i do this at the moment all returns are lost and you need to type <BR/>'s in all over the place. gets a tad annoying 🙂
Before you display the data taken from a TEXTAREA, run the string through [man]nl2br/man.
If you're storing the data in a database, I would make sure to use nl2br when displaying data, not when entering it into the database - takes up less space.
thanks 🙂