Page 1 of 1

Incorrect anchor

Posted: Tue Mar 01, 2011 9:04 pm
by thenewguy
about every week or week and a half, i get this error on one of my sites for 3-4 links. I make no changes and reupload and the problem is resolved. About a week- week and a half later same problem same site. I do nothing to the site during this time. The links are in the footer of an html page that has an iframe on it. Any idea why this is happening? All I do to fix it is copy and paste the html link over top the identical html link on page.

this link shows history of problem (for those that may be able to see it.)
http://www.linkspun.com/trade_view.php?tradeID=226821
this is the site in question.
http://shecock.net/ the links are in the footer.

Re: Incorrect anchor

Posted: Tue Mar 01, 2011 9:23 pm
by jdoughs
Hey there, there seems to be a line break in your links anchor text, it looks like this on the html source of the page. The spider will not accept a line break in the anchor.

Code: Select all

  <a href="http://edited.com/edited-page.php">Busty
Tranny</a>

Re: Incorrect anchor

Posted: Tue Mar 01, 2011 10:58 pm
by absolute
jdoughs wrote:Hey there, there seems to be a line break in your links anchor text, it looks like this on the html source of the page. The spider will not accept a line break in the anchor.

Code: Select all

  <a href="http://edited.com/edited-page.php">Busty
Tranny</a>
I have a trade with him, and also noticed that in source code of page, there is a line breaks there buddy.

Re: Incorrect anchor

Posted: Wed Mar 02, 2011 1:32 pm
by thenewguy
okay
I moved all the links from bottom to the left side and put them in a list. Every link has a <li> before it and </li> after it. I don't see any spaces or line breaks. You guys see anything wrong with the new link table. Should be okay.

Re: Incorrect anchor

Posted: Wed Mar 02, 2011 8:36 pm
by jdoughs
thenewguy wrote:okay
I moved all the links from bottom to the left side and put them in a list. Every link has a <li> before it and </li> after it. I don't see any spaces or line breaks. You guys see anything wrong with the new link table. Should be okay.
You still have a line break in the anchor text.

It should be on one line like this "Busty Tranny"

Not like this.

Busty
Tranny

Re: Incorrect anchor

Posted: Thu Mar 03, 2011 12:31 pm
by thenewguy
<li><a
href="blahblah"
target="blank">Busty Tranny</a></li>

is the code right now. passed through ls system. lets see what happens.