| Author |
Message |
Anonymous
|
Posted: 28 Jul 2006 09:52:12
Hi,
The question is stupid but I get this error.
I have rewritten a text link and I would like other site to have it. How should I do?
LinkBack URL for "azeaze" is INVALID! Please, check it: LinkBack URL -
why do I get this error?
I put the link on destination page, and write reciprocical link in add link form. But I get an error.
Maybe due to my english?
|
pasado Member
|
Posted: 28 Jul 2006 10:09:23
I'm sorry but I don't understand the question? the link back url should be whatever the page your website link is on their page.
I have exchanged links with this site http://www.vivastreet.co.uk/ (the Resource URL)
and the page where my link is
http://removals.vivastreet.co.uk/removals+brighton/p-removals-free (the LinkBack URL)
The linkback url has to be a true http link and not a text link, I hope that helps
|
Anonymous
|
Posted: 31 Jul 2006 07:12:17
OK. I still don't get it.
The site www.google.com is my new partner (resource url)
My link has been placed by google on page high.html so link back is www.google.com/high.php
But what is the link syntax in page high.php?
The following is not working
<a href="http://www.mysite.com"><img src="http://www.mysite.com/images/me.gif" title="Myself"
style="width:58px; height:15px; border:0;" alt="Myself"></a>
|
Anonymous
|
Posted: 31 Jul 2006 07:32:43
I finally got it. Would it be possible to add an example of link format in the admin section because it is not at all obvious?
Why the link <a href="http://www.mysite.com"><img src="http://www.mysite.com/images/me.gif" title="Myself"
style="width:58px; height:15px; border:0;" alt="Myself"></a>
is not supported?
regards
|
Anonymous
|
Posted: 31 Jul 2006 07:47:27
OK digging deeper.
I believe there is a bug or at least a not satisfactory control of linkback url.
If I use
<a href="http://www.mysite.com">mysite</a>
<a href="http://www.mysite.com"><img src="http://www.mysite.com/images/me.gif" title="Myself"
style="width:58px; height:15px; border:0;" alt="Myself"></a>
It works!
If I use
<a href="http://www.mysite.com"><img src="http://www.mysite.com/images/me.gif" title="Myself"
style="width:58px; height:15px; border:0;" alt="Myself"></a>
then
<a href="http://www.mysite.com">mysite</a>
It is not working (error already mentioned)
As I want this
<a href="http://www.mysite.com"><img src="http://www.mysite.com/images/me.gif" title="Myself"
style="width:58px; height:15px; border:0;" alt="Myself"></a>
<a href="http://www.mysite.com">mysite</a>
<a href="http://www.mysite.com"><img src="http://www.mysite.com/images/me.gif" title="Myself"
style="width:58px; height:15px; border:0;" alt="Myself"></a>
I get an error which is not satisfactory as the link is there.
thanks for your help
|
skalinks Admin
|
Posted: 7 Aug 2006 22:19:55
Hi all!
At first, the right syntax of any link ( reciprocal link ) is:
<a href="http://www.mysite.com">My site</a>
And Reciprocal system was written for checking this links. Tag img is not correctly, because href must contans site name ( not image ).
Thanks
|
bazmanblue Member
|
Posted: 7 Nov 2006 16:21:36
i am having the same problem and i am doing a test with the same
<a href="http://www.mysite.com">My site</a> code?
|