If you are using twitter bootstrap and print a web page suing Google chrome, you will see href values of links. If you don’t want href values in print then you will have to disable them in CSS.
Here is an example.
For this html:
It prints:
And you want it to print:
|
|
Bootstrap does the same thing.
Just remove it from there, or override it in your own print stylesheet:
|
It doesn’t. Somewhere in your print stylesheet, you must have this section of code:
|
Advertisements
Leave a Reply