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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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