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 

Name input box allignment

 
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Everything Else
View previous topic :: View next topic  
Author Message
tking6432



Joined: 25 May 2012
Posts: 1

PostPosted: Wed Dec 26, 2012 7:24 am    Post subject: Name input box allignment Reply with quote

When I design the form on the myContactForm site it looks perfect. When I place it on my site the First and Last Name input blocks change. They are longer and not horizantal as they were designed. First name block is incorrectly aligned and Last name block appears on a seperate line. See www.VietnamVetSalute.info.
Crying or Very sad
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Thu Dec 27, 2012 12:32 pm    Post subject: Solution Reply with quote

Good Day,

Please look at the code for you website, specifically line 16:

Code:
<link href="http://www.king-holdings.com/style/style.css" type="text/css" rel="stylesheet


This is linking to an external style sheet which is overriding our settings for the width of the text boxes on your form and forcing it to wrap to the next line. Specifically, it is making them 259 pixels wide. See line 259, of the style.css file that is referenced above.

Code:
input, textarea
{ width: 259px;
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}


If you remove this code from the style.css file, it should display correctly.

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 -> Everything Else 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