I have a link on my webpage to print the webpage. However, the link is also visible in the printout itself.
Is there javascript or HTML code which would hide the lin
Here is a simple solution put this CSS
@media print{ .noprint{ display:none; } }
and here is the HTML
element that need to be hidden when printing