I have several input bottons on an html page, they are all like the following execept for the name of the form:
<input type="submit" name="Submit19" value="my form" onClick="runForm1();">
The buttons automatically size themselves to the value. Is there any way to make the buttons the same width? Ive tried size= and width= but nothing seems to make any change. I can imbed spaces in the form text but that makes for a ragged and ugly html page.
any suggestions would be appreciated.
<input type="submit" name="Submit19" value="my form" onClick="runForm1();">
The buttons automatically size themselves to the value. Is there any way to make the buttons the same width? Ive tried size= and width= but nothing seems to make any change. I can imbed spaces in the form text but that makes for a ragged and ugly html page.
any suggestions would be appreciated.