Not referring to the URL at top of page.
When an <a>
tag is printed in Chrome, it shows the URL after it.
Instead of just showing the anchor text (like this: StackOverflow
)
It shows the anchor text w/ URL after it
(like this: StackOverflow (window.open('www.stackoverflow.com'))
This makes the printed page stretch off the printable area, and I'm trying to avoid this from happening. Can this setting be disabled somehow in printing mode or is there a @media print
style that can be defined to remove this URL part from print screen?