I used the HTML form, in this form I used the Button tag to submit.
The image shows some background, I set the background as transperent, but it still shows something.
I want to completely remove the background.
<button type="submit" style="border: 0; background: transparent">
<img src="/images/Btn.PNG" width="90" heght="50" alt="submit" />
source
share