How to edit the size of the submit button on a form?

后端 未结 10 817
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-24 05:13

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?



        
10条回答
  •  时光取名叫无心
    2020-12-24 05:49

    Using CSS.

    Either inside your tag (the #search means "the element with an ID of search")

    
    

    Or inline, in your tag

    
    

提交回复
热议问题