http://notecorner.com/login.php Can anyone tell me why you can see gray on the outer edges of that login button? And how I would go about removing it? I've tried quite a few things and none of them have worked
add border:none to the css: #submita { font-size: 12px; font-weight: bold; color: #fff; background-image: url("images/loginbg.png"); height: 27px; font-family: "verdana"; border: none; Code (markup):
I had tried border none and then I was trying some different things afterwards, I got it fixed now but thanks anyways!