Go and find the fckconfig.js file:
~/Providers/HtmlEditorProviders/FCK/FCKEditor/fckconfig.js
Then find the line that sets the "EnterMode". It will look like this:
FCKConfig.EnterMode = 'p' ;
Change that to this:
FCKConfig.EnterMode = 'br' ;
The other option is to use "div".