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"> 

Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -