Hi I don\'t want an image for my submit button so I have gone with the default submit button but I want to edit its width and height. How do I do that?
Change height using:
input[type=submit] { border: none; /*rewriting standard style, it is necessary to be able to change the size*/ height: 100px; width: 200px }