> My biggest gripe is just that it insists on everything being inside a block > element, so will wrap anything typed in inside a paragraph tag.
Check the config file (fckconfig.js). On or around line 130 is FCKConfig.EnterMode = 'p' ; // p | div | br This is what gives you the excess 'p' tags. Change it to br (or div). There's also an option for a shift+enter mode with the same options. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:239880 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
