I would suggest you using custom forms in your view and targeting the
attribute you wish to change with CSS. I find that approach more flexible.
In the view:
{{=form.custom.begin}}
###you can include normal HTML here to build up the form elements and
target it with CSS
or
<textarea id=#, class=# rows=20, cols=30></textarea>
{{=form.custom.end}}
hope that helps?
On Wednesday, May 16, 2012 4:59:14 PM UTC+1, Marco Prosperi wrote:
>
>
> hello, how can I change the default size of a 'text' field in a form? (at
> first appearance, not dragging the corner)
>
> thanks
>
> Marco
>