html - How to make my button into an Image button? -
i have default button. how make button image? when click on button normal thing happens. want image on button. thanks.
you may try this:
<input type="image" src="image location" alt="submit">
i have default button. how make button image? when click on button normal thing happens. want image on button. thanks.
you may try this:
<input type="image" src="image location" alt="submit">
Comments
Post a Comment