Recent Topics

1 Feb 23, 2006 11:10    

hi there,

Inside the login for there 2 text_input like function to make text field input. Now my problem is that I want to shorten the length of the width for these 2 text fields so that I can fit it into another form. So could anybody tell me what are the things that I should modify to obtain the follwing result? thanks you.

2 Feb 23, 2006 11:58

in all forms the length of text input boxes is controlled like so

<input type="text" class="input" name="name" size="30" />

where 30 is the size.


Form is loading...