thanks!
now i have;
while ($TITLE = mysql_fetch_assoc($title)) {
$MESSAGE=$TITLE;
}
$MESSAGE = preg_replace("/", ' ', $MESSAGE);
$MESSAGE = str_replace("\r\n","<br />",$MESSAGE);
$MESSAGE = str_replace("<br /><br />", "<br />", $MESSAGE);
$MESSAGE = str_replace("
", "", $MESSAGE);
$MESSAGE = substr($MESSAGE,0,300);
this works (mostly)...
i have the mod to change the recipient email (can't find the link anymore).
this still give's strange effects..
see screenshots.

