i have a submit button with the following code.
<input type="submit" name="btnadd" value="Add">
However, now i want to use an image as a button. How am i going to code it?
<input type="submit" name="btnadd" value="Add">
However, now i want to use an image as a button. How am i going to code it?
Comment