html - Bootstrap 3 Success Button has blue text -


i converted site bootstrap 2.3.4 bootstrap 3.3.4 using bootply's tool. there 1 problem that's giving me fits. success button has blue text. when hovered changes background blue white text. here's html code:

email: <button class="btn btn-success btn-xs"><a href="mailto:your email address">your name</a></button> 

could please tell me i'm doing wrong?

try removing button this:

email: <a class="btn btn-success btn-xs" href="mailto:your email address">your name</a> 

Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -