My actual requirement is to create html templates for system emails and I need a secure wysiwyg environment to edit them in. Because the content is actually email templates I can't use css classes - all the formatting needs to be brute-force styles on each paragraph - the simpler cms systems try to lock down users to H1 etc which I endorse - just not for this instance. I will then query the database to generate files in the appropriate directory structure for the system they're being sent to. Any ideas of what will be good?