Agreed (@g1smd), you might at least want to specify a realistic minimum length rather than 0 however, textarea inputs can be configured to allow/disallow certain html tags using some of joomla's built in filters in addition to restricting lower and upper bounds for the length of input value. Here are some of the filters:
Default Black List - All the tags and attributes are allowed expect the following ones:
Tags - 'applet', 'body', 'bgsound', 'base', 'basefont', 'embed', 'frame', 'frameset', 'head', 'html', 'id', 'iframe', 'ilayer', 'layer', 'link', 'meta', 'name', 'object', 'script', 'style', 'title', 'xml';
Attributes - 'action', 'background', 'codebase', 'dynsrc', 'lowsrc';
More tags and attributes can be entered in the Filter Tags and Filter Attributes fields. The list items should be separated with comma.
Custom Black List - Can overwrite the tags and attributes included in the above list. Again, they should be added in the Filter Tags and Filter Attributes fields.
White List - Only the specified tags and attributes will be allowed.
No html - All the HTML code will be filtered.
No filtering - The filtering is disabled. Usually this option is selected for the Joomla 2.5 Super Users and Administrators accounts.
These can actually be set in the XML:
See howl:
docs.joomla.org/Textarea_form_field_type
Gez
Gez