"Ed" <elpedro (AT) mindspring (DOT) com> wrote
Quote:
I have two buttons on my form that I want to make the same width. One is
longer than the other and it doen't look good. I tried the width and size
attribute but neither seemed to work. How can I do this?
T.I.A.
Ed |
width is determined by the name given as the value of the button. try adding
spaces ( ; ) to the shorter button until it is of equal or near equal
size.
<input name="submit" type="submit" id="submit"
value=" Submit " >
<input name="reset" type="reset" id="reset" value="Make Empty">