Hiding Border On HTML Button -
i'm having little trouble button i'm making part of sharepoint site. appears http://imgur.com/n9m6ffx
i edit code grey border not appear around blue image i've had no luck getting work. current code pretty simple , can found below:
<button onclick="hideshow()" type="button"> <img src="training%20libraries.png" style="width: 117px; height: 33px;"/> </button>
use
border: none;
for button
Comments
Post a Comment