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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer was in the css framework we are using (Blueprint). There was the below line in the style file:
Guess this might help others who use Blueprint.