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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -