I added a CSS button like this: http://pastebin.com/UZCgmqSN Why can't I use simple HTML code?..
The link href gives the button a blue border + text color, and whenever I removed <A>
from it, it still stays the same.
I want the whole button to be one link, not like you need to hover on the text to go to that link.
Basically I don't want the a style affect my button(s).
solution could be: disable Link styling on specify divs thank you.