I\'ve a php page, with a button that able the user to print via window.print function.
I\'d need to know how to hide the href attribute of an html tag when printing
why dont you use:
#section_to_print a{ color:black; text-decoration:none; }