Results 1 to 3 of 3

Thread: form text field width

  1. #1
    User
    Join Date
    01-25-10.
    Location
    France
    Posts
    61

    Default form text field width

    Hello,
    I haven't succeed in finding how to modify the width of the text input field.
    something like :
    <input type="text" name="text" style="width:200>
    or
    <input type="text" name="text" class="text" >
    but how to modify the text class ?

    Could you help ?
    Thanks
    Sharing and growing

  2. #2
    Experienced user
    Join Date
    08-21-09.
    Posts
    563

    Default Re: form text field width

    Looking at your examples, are you adding units to the end of the width declaration? i.e.

    Code:
    <input type="text" name="text" style="width: 200px;" />
    Brian

  3. #3
    User
    Join Date
    01-25-10.
    Location
    France
    Posts
    61

    Default Re: form text field width

    thanks a lot for repliyng Medianomaly,

    I have found an anwer for my own question :
    In fact a solution is to modif the css file wich is linked with the form :
    the text class is modified with the "width "parameter (the size of my input text)
    have a good day
    Sharing and growing

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •