The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> password textbox size problem
ravi951
post Aug 8 2011, 12:49 AM
Post #1





Group: Members
Posts: 3
Joined: 1-August 11
Member No.: 15,054



hi all,
i am using a simple login page with 5 fields shown below.in my login page below only the password and retype password fields textbox size decreased as compared to other fields.....
kindly tell me what happened and how to solve it......
below is the page with 5 fields.....
CODE

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<h2>Login Form </h2>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Dynamic Inline Form Validation Demo</title>
<link rel="stylesheet" type="text/css" href="messages1.css" />
<script type="text/javascript" src="messages1.js"></script>
</head>
<body>
<div id="wrapper">
  <form name="form" id="form" class="form" action="success1.html" onsubmit="return validate(this)" method="post">
    <label for="name">User Name<span>:</span></label>
    <input type="text" name="realname" id="name" />
    <span id="realnameerror"></span>
    
    <label for="email">Email Id<span>:</span></label>
    <input type="text" name="email" id="email" />
    <span id="emailerror"></span>
    
    <label for="password">Password<span>:</span></label>
    <input type="password" name="password" id="password"  >
    <span id="passworderror"></span>
    
    <label for="repassword">Retype Password<span>:</span></label>
    <input type="password" name="password2" id="password2" >
    <span id="password2error"></span>
    
    <label for="phoneno">Phone no<span>:</span></label>
    <input type="text" name="phoneno" id="phoneno" maxlength="10" />
    <span id="phonenoerror"></span>
    
    <input type="submit" value="Submit" class="submit" />
  </form>
</div>
</body>
</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 12:57 PM