Better control over input formats and html tags

Before I jump into telling you how cool the htmLawed module is, let me start by stressing how important it is to get the input formats configured right on your Drupal website.

From a UI standpoint, its confusing for users when they are presented with the 'input format' tab underneath textarea fields on node submission forms - if they don't need to see them, the way to get rid of them is to just allow anonymous & registered users to use a single/default format.  Normally I recommend that being full html with a link filter to auto-code email and html links; of course, this should be done in cahoots with a wysiwyg editor, otherwise your users would have to enter html tags to format their posts.

Now, a downside to letting folks use full html is that wysiwyg editors normally don't do a great job of writing html in the way that you want.... also, people who are allowed to enter raw code (as in with an html edit button in your wysiwyg editor), may enter tags you don't want to allow.

Well, now you can gain greater control over which tags are allowed, get this, *for each content type* on your side!  Love it.  Download and install the htmLawed module, then configure a new input type to use it and jump in there to fine-grain the input config today!