HTML form not working with image submit button?

前端 未结 3 1452
余生分开走
余生分开走 2021-01-27 05:53

I have the following html form i am testing out.





         


        
3条回答
  •  死守一世寂寞
    2021-01-27 06:08

    
    

    change to:

    
    

    Because input didint have this type

    create style for input HTML

    
    

    CSS

    #button {
    
    background:url("uploads/defb.png");
    border:0;
    outline:0;
    
    }
    

提交回复
热议问题