Incorrect anchor

Minor and major release and bug fixes requests will be discussed in here. If something just don't work right, or feel right, fire away. We are listening.

Moderators: vrocks, drocd, jdoughs

Locked
thenewguy
Posts: 3
Joined: Sun May 16, 2010 6:06 pm

Incorrect anchor

Post 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.
User avatar
jdoughs
Site Admin
Posts: 521
Joined: Thu Apr 01, 2010 4:55 pm

Re: Incorrect anchor

Post 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>
ImageImage
User avatar
absolute
Posts: 10
Joined: Wed Sep 15, 2010 2:01 am

Re: Incorrect anchor

Post 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.
thenewguy
Posts: 3
Joined: Sun May 16, 2010 6:06 pm

Re: Incorrect anchor

Post 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.
User avatar
jdoughs
Site Admin
Posts: 521
Joined: Thu Apr 01, 2010 4:55 pm

Re: Incorrect anchor

Post 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
ImageImage
thenewguy
Posts: 3
Joined: Sun May 16, 2010 6:06 pm

Re: Incorrect anchor

Post 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.
Locked