Posted By John Mitchell on 09/29/2007 9:31 PM
When you are editing you can press shift along with enter to just insert a br tag instead of a paragraph.
You can also change this behaviour by modify the following two lines in fckconfig.js
FCKConfig.EnterMode = 'p' ; // p | div | br
FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
Man, you scare me, John. You are too good. :) The shift+enter worked like a champ!
The FCK editor does this by default, or is it my CSS? I do want to override the CSS occassionaly for a particular text/html module instance, as I have to go in and change the html by hand to style the text...output in the editor always changes from the way it looks when I hit update...I can't increase the size of the font without changing the font size= in the sourse, though I changed it in the editor...pain the arse. Thanks again, sir. |