Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1495 How do I get all buttons to be same size?

You are here: irt.org | FAQ | JavaScript | Form | Q1495 [ previous next ]

CSS can be used to set the width of all form fields:

<input type="button" name="button" style="width: 200" value="abc">

Submitted by jayN

Feedback on 'Q1495 How do I get all buttons to be same size?'

©2018 Martin Webb