I have developed a web application and in my web page there are some data displays with common headers, footers , menus and other images. so I have added a small button as
If you're using bootstrap, find following code:
@media print { ... a[href]:after { content: " (" attr(href) ")"; } ... }
Overriding the style with content:none handles the situation fine.
Reference: this url