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?
You can change height and width with css:
#search { height: 100px; width: 400px; }
It's worth pointing out that safari on OSX ignores most input button styles, however.