View previous topic :: View next topic |
Author |
Message |
kschortzman
Joined: 12 Apr 2012 Posts: 6
|
Posted: Thu May 09, 2013 2:59 pm Post subject: Form Print & Submit Button Settings |
|
|
How do I change the size of my button settings? The font is half cut off on my buttons on my forms.
http://usopentkd.homestead.com/~site/Scripts_UnderConstruction/UnderConstruction.dll?CMD=CMDViewSite&URL=http%3A%2F%2Fusopentkd.homestead.com%2FVIPRegistrationPremier.html&HS_ID=1758921583&REFERRAL=SB |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri May 10, 2013 3:35 am Post subject: |
|
|
If you look at the code on your web page, you'll see the following CSS which is forcing the button's text to be clipped:
Code: |
input{
border: 1px solid #CCCCCC;
color:#333333;
width:212px;
height:18px;
} |
You can change the size of the submit button's text under Edit > Form Appearance (go all the way through the prompts until you get to the page about customizing the button's look).
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|