W
WYSIWYG
Guest
Hi, I have the below button in html:
<input type="button" id="mybutton" class="mybutton" value="Run" name="run_button" onClick="runSub()">
The question is... how do I change the size of the button... height and width with css as so far i can not do it. Thanks.
<input type="button" id="mybutton" class="mybutton" value="Run" name="run_button" onClick="runSub()">
The question is... how do I change the size of the button... height and width with css as so far i can not do it. Thanks.