Simply add in your template
<wt:widget id="field_id">
<wi:styling width="100">
</wt:widget>
or
<wt:widget id="field_id">
<wi:styling style="width:100px">
</wt:widget>
or better
<wt:widget id="field_id">
<wi:styling class="fieldclass">
</wt:widget>
and in a .css :
fieldclass
{
width:100px
}
Hope it could help
Laurent
| "Johnson" <[EMAIL PROTECTED]>
14/05/2004 13:00
|
To: <[EMAIL PROTECTED]> cc: Subject: How to assign Cforms input field's width |
Hi!
The Cform's input field seems had the same width,how to set them.
Best Regards
Johnson
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
