Results 1 to 2 of 2

Thread: HTML Question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213
    Question 1
    ----------

    I want to change the size of the input text field in the code segment below:

    <input type="Password" name="txtPassword" size="10" ></TR>

    The length can be amended using the size="" property. Is it possible to change the height of the input text field ?

    Question 2
    ----------

    I ALSO want to change the size of the Login Button:

    <input type="submit" name="btnLogin" value="Login">

    How can I achieve this ?

    nmretd.

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    use the style tag
    eg:
    <INPUT id=password1 name=password1 type=password style="HEIGHT: 124px; WIDTH: 155px">

    be careful though because I think it's an IE only thing.
    Mark
    -------------------

Posting Permissions

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



Click Here to Expand Forum to Full Width