Hey guys, trying to make a website, and I'm having trouble with image buttons.
Here is my code
<div>
<a id="Home Button" style="padding: 0; border:0" href="http://ogbhop.aoudevcommunity.com/index.php" title="OG Clan Forum" >
<button><img src="homebutton.png" style="border:none; padding:0; background:transparent;"></button>
</a>
</div>
My problem, even though I'm specifying no border, no padding, and transparent background , Im STILL getting a border on my images! I've swapped "none" and "0" for everything, still doesn't work. I've moved style around still not working like I want it to. Really irritating

Any help GREATLY appreciated!