correct anachor but linkspun reports it as wrong

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
bigtits
Posts: 11
Joined: Fri May 28, 2010 9:39 pm

correct anachor but linkspun reports it as wrong

Post by bigtits »

Hey,

this time I checked several times if I'm not simply missing something. I placed the correct anachor but linkspun reports it as wrong..
bigtits
Posts: 11
Joined: Fri May 28, 2010 9:39 pm

Re: correct anachor but linkspun reports it as wrong

Post by bigtits »

User avatar
vrocks
Posts: 1573
Joined: Sun May 16, 2010 2:32 pm
Location: Fantasy Island
Contact:

Re: correct anachor but linkspun reports it as wrong

Post by vrocks »

Did I just do something for you? Consider making a donation to LinkSpun!
User avatar
jdoughs
Site Admin
Posts: 521
Joined: Thu Apr 01, 2010 4:55 pm

Re: correct anachor but linkspun reports it as wrong

Post by jdoughs »


This is the hyphen throwing the spider off, the anchor appears on the page like this

Code: Select all

Amateur Sex – Mobile
Give me a bit I'll get it checked
ImageImage
ristac
Posts: 16
Joined: Sat Aug 07, 2010 10:59 pm

Re: correct anachor but linkspun reports it as wrong

Post by ristac »

I have one as well and I know why: http://www.linkspun.com/trade_view.php?tradeID=39414

Code: Select all

<a href="http://www.sarasplayroom.com/"><font color="#000000">Femdom Phone Sex</font></a>
The spider does not like the font color code, if I remove it everything is fine. I cannot remove it as it spoils the look of the site...
User avatar
jdoughs
Site Admin
Posts: 521
Joined: Thu Apr 01, 2010 4:55 pm

Re: correct anachor but linkspun reports it as wrong

Post by jdoughs »

I don't think its the font, the font tags should pass fine. I think its the line break in the anchor text.

It's looking for.

Code: Select all

<a href="http://www.sarasplayroom.com/">Femdom Phone Sex</a>
And its seeing.

Code: Select all

<a href="http://www.sarasplayroom.com/"><font color="#000000">Femdom
        Phone Sex</font></a>
<--- check the source code, there is a line break in the middle of the first 2 words and about 6 spaces.
ImageImage
ristac
Posts: 16
Joined: Sat Aug 07, 2010 10:59 pm

Re: correct anachor but linkspun reports it as wrong

Post by ristac »

Damn, I looked and looked at why it was doing this and when you look at the page live online it looks 100% fine yet the source code indeed had 6 spaces. Thanks for that all fixed and an error I shall watch for in future.
User avatar
jdoughs
Site Admin
Posts: 521
Joined: Thu Apr 01, 2010 4:55 pm

Re: correct anachor but linkspun reports it as wrong

Post by jdoughs »

ristac wrote:Damn, I looked and looked at why it was doing this and when you look at the page live online it looks 100% fine yet the source code indeed had 6 spaces. Thanks for that all fixed and an error I shall watch for in future.

No problems, I'm getting real good at seeing the errors..lol
ImageImage
PornGuy
Posts: 65
Joined: Wed May 26, 2010 7:12 pm
Contact:

Re: correct anachor but linkspun reports it as wrong

Post by PornGuy »

I have one as well

http://www.linkspun.com/trade_view.php?tradeID=2141

the text does not have any special characters so I dont know whats going on.
User avatar
jdoughs
Site Admin
Posts: 521
Joined: Thu Apr 01, 2010 4:55 pm

Re: correct anachor but linkspun reports it as wrong

Post by jdoughs »

PornGuy wrote:I have one as well

http://www.linkspun.com/trade_view.php?tradeID=2141

the text does not have any special characters so I dont know whats going on.

Same with this one, there is a line break and several spaces in between your two anchor texts. If you 'view source' on the page you can see what I mean.

A space is one thing to skip and allow on an anchor but a line break and several spaces shouldn't pass the spider.

I commented on the trade so the other user will see whats up.
ImageImage
Locked