Back to myContactForm.com - Easy email form creation and processing for your web site
myContactForm.com - Help Forum Forum Index myContactForm.com - Help Forum
Have a question that you need answered about myContactForm.com? Post it on this message board but first search this forum and read out FAQ to ensure it has not already been answered. This is not a board to post links to your site! SPAM will be deleted!
 
   Search MessagesSearch Messages
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Wrong size??

 
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Does your post not fit anywhere?
View previous topic :: View next topic  
Author Message
dhgfx



Joined: 29 Jul 2009
Posts: 1

PostPosted: Mon Aug 24, 2009 5:25 pm    Post subject: Wrong size?? Reply with quote

Hello everyone..

When I first made my contact form, i put the width size to 50px. In the preview it looks good, but once I put it into my website it appears bigger. I don't know if it has something to do with my css.. but i couldn't figure out how to make it the right size.

heres my temp. website mastermindmusic.freei.me/contact.html

all help will be appreciated.

thanks..
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Wed Aug 26, 2009 8:01 am    Post subject: Re: Wrong size?? Reply with quote

dhgfx wrote:
Hello everyone..

When I first made my contact form, i put the width size to 50px. In the preview it looks good, but once I put it into my website it appears bigger. I don't know if it has something to do with my css.. but i couldn't figure out how to make it the right size.

heres my temp. website mastermindmusic.freei.me/contact.html

all help will be appreciated.

thanks..


I believe it has to do with how your CSS is rendering the 'maxlength' parameter of the email address field. Try changing the following code:

Code:
<input name="email" type="text" id="email" size="20" maxlength="100" />


To:

Code:
<input name="email" type="text" id="email" size="20" />


Nick Ladd
myContactForm.com
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Does your post not fit anywhere? All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group