In Firefox, when printing a page with anchor tags, the link location is printing after the text.
Posted
by Brett
on Stack Overflow
See other posts from Stack Overflow
or by Brett
Published on 2010-01-29T15:29:57Z
Indexed on
2010/04/07
7:53 UTC
Read the original article
Hit count: 292
For example,
<a href="../somepage/page.aspx?qs=asdf">Text Here</a>
will print out as...
Text Here(../somepage/page.aspx?qs=asdf)
In IE, it looks normal (doesn't print the url). Any ideas why this is acting in this fashion?
© Stack Overflow or respective owner