PDA

View Full Version : Button size in a form.


Nasith
07-25-2002, 03:54 PM
Is it possible to specify the size of buttons in a form instead of
having the amount of text in the VALUE"" property dictate it?


If so any info on how to do this would be greatly appreciated.

MCookie
07-25-2002, 05:09 PM
<input type="submit" value="SEND" style="width:200px; height:100px;font-size:80px;"> lol...

Nasith
07-25-2002, 09:07 PM
:rolleyes: