Thursday, 22 August 2013

Link styled as a button, printed as link without styling

Link styled as a button, printed as link without styling

I'm using bootstrap and when I create a styled link like:
<a href="http://www.google.com" class="btn btn-primary">Button</a>
When I want to print the page, the styled buttons are printed like a
unstyled link. Is there some way to fix this?

No comments:

Post a Comment