Hi Melanie,
| I have managed it after experimentation with
| $message.=$title."<br>\n";
I guess Jon already explained this. \n or \r\n are both for text, but
HTML does not recognize them as line breaks. You need to use the
linebreak in HTML which is "<br>", or if you want to be XHTML-compliant,
you can try "<br/>" ...note how the starting < tag is ended with a
forward-slashed />.
If you want your newline strings to be automatically converted to breaks
in HTML, take a look at the nl2br() function in PHP:
http://www.php.net/manual/en/function.nl2br.php
Shanx
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]