NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Form field length is increasing in IE - Need Help

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 10-10-2006, 07:25 PM THREAD STARTER               #1 (permalink)
Ex-President
 
Ronald Regging's Avatar
Join Date: May 2006
Location: Mount Joy, PA
Posts: 2,652
Ronald Regging has much to be proud ofRonald Regging has much to be proud ofRonald Regging has much to be proud ofRonald Regging has much to be proud ofRonald Regging has much to be proud ofRonald Regging has much to be proud ofRonald Regging has much to be proud ofRonald Regging has much to be proud ofRonald Regging has much to be proud of
 


Ethan Allen Fund Protect Our Planet

Form field length is increasing in IE - Need Help


I'm trying to customize WordPress-MU, which requires me use a specific file name (home.php) for my main page. I designed the page and everything worked fine when it was named index.html, in both IE and FoxFire. The problem occured when I changed the name of the file to home.php... I'm not sure why that would effect it, but apparently it has.

Now all of a sudden, the Username form text field is displaying longer than the password field, even though they are both set to 20. It only does this in IE, in FoxFire it still works properly.

I was just wondering if someone would be kind enough to look at the code and tell me if anything could be causing this, or if it's something else I'm missing (I'm inexperienced in coding).

<form action="http://emoscene.com/wp-login.php" method="post" name="loginform" class="style3" id="loginform">
<div align="center"><span class="style3">Username:</span> <input type="text" name="log" id="user_login" value="" size="20" tabindex="1" /></div>
<div align="center"><span class="style3">Password:</span>
<input type="password" name="pwd" id="user_pass" value="" size="20" tabindex="2" /></div>
<div align="center">
<input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" /> <span class="style3">Remember me</span></div>
<div align="center">
<input src="images/login.gif" name="submit" type="image" id="submit" alt="Login" onClick="doSubmit('submit')" />
<a id="signup" title="Signup" href="http://emoscene.com/wp-signup.php"><img title="SignUp" src="images/signup.gif" style="border-width:0px;" /></a></div>
<div align="center">
<a href="wp-login.php?action=lostpassword" class="style3">Lost your password?</a> </div></form>


Sorry for the ugly code.
I appreciate any help and I'll add rep.
Ronald Regging is offline  
Old 10-10-2006, 07:33 PM   #2 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
Join Date: Feb 2006
Posts: 2,796
Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future
 


Autism Autism Autism Autism Autism Autism Autism
Replace
Code:
<input type="text" name="log" id="user_login" value="" size="20" tabindex="1" />
With
Code:
<input style="width: 200px;" type="text" name="log" id="user_login" value="" size="20" tabindex="1" />
Then- Replace
Code:
<input type="password" name="pwd" id="user_pass" value="" size="20" tabindex="2" />
With
Code:
<input style="width: 200px;" type="password" name="pwd" id="user_pass" value="" size="20" tabindex="2" />
If you want them to be wider or narrower, edit 200px.
Dan is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 09:06 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger