I've managed to add buttons to my blog, but I can't seem to get the text to change color when I mouseover. Here's the code:
<a href="link.html">
<button style="background-color:transparent;
border:0px;width:160px;height:40px;
font:20px Times New Roman;
color:#ffffff">Text</button></a>
I want...