meh...another WYSIWYG problem...
* emanuele hates WYSIWYG!!

Maybe a bit of css somewhere can fix the issue...let's see.

ETA:
dirty, very dirty:Removed the first option.
Still a bit dirty, but less than before and it works on the first line too:
// Apply the class...
this.oFrameDocument.body.className = 'rich_editor'; if (is_opera)
{
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '.rich_editor p { margin: 0; }';
this.oFrameDocument.getElementsByTagName('head')[0].appendChild(style);
}