hi
I use image button in my page i dont want set image for it. my image button has border i set this code for it
border width:0px
but again it has border how i can hide my image button border?
thanks
You need to set some default image or hide the imagebutton and display DIV with border instead
<div style = "height:50px;width:50px;border:2px solid red"></div>
Demo
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.