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
As noted in the official documentation, simply apply the class(es) btn btn-link:
btn btn-link
Link
For example, with the code you have provided:
Link 1 Link 2