View previous topic :: View next topic |
Author |
Message |
Kaycontinental
Joined: 07 Mar 2012 Posts: 3
|
Posted: Wed Mar 07, 2012 2:26 am Post subject: Publishinhg my form |
|
|
Hi there
I'm a complete newbie, just signed up today and I have created my first form. It should look great, I was really impressed with the proceedure.
My problem is that when I publish it, all of the writing and the form fields show in the middle of the form and not on the left hand side.
Is there something in the code that I should change? |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Mar 07, 2012 7:24 am Post subject: Reply |
|
|
Please post a link to your form. You likely have some CSS on your website outside of the myContactForm.com code that is affecting the way it is being displayed.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
Kaycontinental
Joined: 07 Mar 2012 Posts: 3
|
Posted: Wed Mar 07, 2012 11:20 pm Post subject: |
|
|
Hi there Nick, thanks for the reply.
I have taken the form off my web-site until I get it fixed - but I have a it on a link here for you to see: http://www.kaycontinental.com/contactform2.html
I am writing the web-site with Kompozer, which seems to be great in every way except that it appears to sometimes corrupt code that I put in manually.
Could this be the case with your form? I'm not clever enough at code yet to actually check this out, but I know I had some trouble with Google Ads too.
Thanks.
Kaycontinental |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Mar 08, 2012 6:04 am Post subject: Reply |
|
|
This is definitely a case of the code around the form altering how it looks. Look at line 117 of the source code for this page directly before the myContactForm.com code that is entered:
Code: |
<td style="vertical-align: top; width: 60%; text-align: center;"> |
The text-align: center; is centering the form elements. If you remove this, it should render as expected.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
Kaycontinental
Joined: 07 Mar 2012 Posts: 3
|
Posted: Thu Mar 08, 2012 8:37 am Post subject: |
|
|
Excellent Nick. Thank you very much. |
|
Back to top |
|
|
|