> I've got TinyMCE running, however I'm getting double > line breaks when I hit the enter key within the > textarea that uses TinyMCE.
If I remember correctly it treats "enter" as a new paragraph, essentially inserting a <p> tag. To get a single line break (<br>) you would use either shift+enter or ctrl+enter (I don't remember which off hand). -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322565 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

