Submit Button

  • Thread starter Thread starter Warwick
  • Start date Start date
W

Warwick

Hi, I have just made a basic form submit button and have
a length of text in it. 10 or so words.

My question is how do I decrease the padding on the left
and right of the text. It seems that every time I add a
word it add a greater amount of padding. I have tried in
the style setting to change the left and right padding
but nothing happens.

Thanks for your help

Warwick
 
The browser controls the displayed button width (different in IE & NN) based upon your default font

You could try a style

input { margin : 0; padding : 0; width : 100px; }
--




| Hi, I have just made a basic form submit button and have
| a length of text in it. 10 or so words.
|
| My question is how do I decrease the padding on the left
| and right of the text. It seems that every time I add a
| word it add a greater amount of padding. I have tried in
| the style setting to change the left and right padding
| but nothing happens.
|
| Thanks for your help
|
| Warwick
|
|
 
Back
Top