hello all, how could i put IMG element inside a Button element but without any padding between button and img (this is in html) if i do <button style="padding:0px ! important"><img src="someImg" style="width:100px;height:30px;margin:0px ! important"></button> i obtain a little gap between button and Img any hints to avoid this regards
