Hi Liam, > *sigh* They never stop.
I know the feeling ;-) > For some reason, when I replace my <BR> tags with \n\r > and print the resulting line on-screen, it works. But > when I e-mail the lines, the \n\r seems to disappear I think it might be \r\n, not \n\r. The "works on-screen but not on email" thing is probably down to the fact that \n on its own should work on screen - the \r is ignored. HTH Jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

