How do you get window.print() to not print the url of an anchor tag?
I have the following in my page:
<a href="../Views/Home.aspx" style="text-decoration : none; color : #000000;">
<img src="../Images/logo.png" alt="logo" id="logo">
My Company
</a>
This just shows the logo and "My Company" on my screen but on my printer it shows the logo, "My Company" and "(../Views/Home.aspx)".
How do I get the printed version to not show the url?
Thanks,
Tom
I have the following in my page:
<a href="../Views/Home.aspx" style="text-decoration : none; color : #000000;">
<img src="../Images/logo.png" alt="logo" id="logo">
My Company
</a>
This just shows the logo and "My Company" on my screen but on my printer it shows the logo, "My Company" and "(../Views/Home.aspx)".
How do I get the printed version to not show the url?
Thanks,
Tom