How to make a <button> in Bootstrap look like a normal link in nav-tabs?

后端 未结 6 885
春和景丽
春和景丽 2020-12-29 00:45

I\'m working in (formerly Twitter) Bootstrap 2 and I wanted to style buttons as though they were normal links. Not just any normal links, though; these are going in a

6条回答
  •  醉梦人生
    2020-12-29 01:20

    As noted in the official documentation, simply apply the class(es) btn btn-link:

    
    
    

    For example, with the code you have provided:

    
    
    
    

提交回复
热议问题