Big TEXTAREA fields are a problem because if you have more than one, you need
to browse the web page to fill the field. Try this :
- in the typePar setting of a TEXTAREA field, add:
ROWS=3 onfocus="rows=10" onblur="rows=3"
This will not work with Konqueror 3.4.2 (and may be Safari)