Ryk,
I know you asked this a while back, but as no-one has responded, but the fix I found is as follows:
Edit /admin/newsletters.php and change this
$oFCKeditor->CreateHtml() ; echo $output;
round about line 257 to
$output = $oFCKeditor->CreateHtml() ; echo $output;
Rgds,
Chuck



