Reputation: 2492
I want to customize bootstrap button and add two small images in the button itself to make it look like button. Here is the image preview: Image Link
Upvotes: 1
Views: 458
Reputation: 142
Have you tried
<button type="submit" style="background-color:red;"><img src=""> Button<img src=""></button>
It seems simple enough
Upvotes: 2