views:

23

answers:

2

For example...

I have a link to the home page but when I view the page it looks something like this

HOME (http://www.gotohomepage.com)

Why is the link showing in parentheses next to the link its self? I just want it to be HOME with no link after it. It is only showing up in chrome, no problem with IE.

Here is my code...

<p><a href="http://www.gotohompage.com"&gt;Home&lt;/a&gt;&lt;/p&gt;

And no this obviously is not the real linked address but is similar in structure

+1  A: 

Sounds like you have a chrome extension installed?

Can you list which one(s)?

My guess is that one of them is the culprit. Or it's a new setting in chrome I haven't seen before.

Hawz
All I have done is installed Chrome from the chrome download site. No extensions have been added or installed.
Aaron
A: 

Ok it appears that all I had to do to fix this issue was go into chromes settings and check the ssl 2.0 box. Everything works now. Thanks for those who responded.

Aaron