donjuan
Power Member
- Oct 12, 2007
- 548
- 241
So Ive been doing some spying on the competition in one of my niches and found something interesting while checking out where hes been dropping links in comments using the image code below.
Now in the comment there is no visible link just his text comment unless you mouse over the end of his comment there is an invisible image you see the link show up in the status bar and is clickable.
Now Ive tried the same technique and failed..what shows up in the comment when i try the code substituting my website and anchor text of course is my anchor text link (alt text).
This leads me to believe he is using some sort of htaccess code on the folder where he is sourcing the image from since there is no actual image in the folder here-->
and note he is not even referencing to an image file jpg or otherwise.
So maybe someone here with some htaccess skills can fill in the blanks for us all if it really is htaccess related.
Ive spend a couple hours trying to figure it out, couple things Ive noticed while playing with his code is that i can change the name of the image folder and file name to some degree and it still work as long as it starts with the same letter so lets say his folder is called "track" if i substitute website.com/track/keywordhere to website.com/trkk/keywordhere it still drops the invisible image.
Code:
<a href="http://www.website.com" title="keyword here"><img src="http://www.website.com/folder/keywordhere" alt="keyword here" border="0">
Now in the comment there is no visible link just his text comment unless you mouse over the end of his comment there is an invisible image you see the link show up in the status bar and is clickable.
Now Ive tried the same technique and failed..what shows up in the comment when i try the code substituting my website and anchor text of course is my anchor text link (alt text).
This leads me to believe he is using some sort of htaccess code on the folder where he is sourcing the image from since there is no actual image in the folder here-->
Code:
http://www.website.com/folder/keywordhere
So maybe someone here with some htaccess skills can fill in the blanks for us all if it really is htaccess related.
Ive spend a couple hours trying to figure it out, couple things Ive noticed while playing with his code is that i can change the name of the image folder and file name to some degree and it still work as long as it starts with the same letter so lets say his folder is called "track" if i substitute website.com/track/keywordhere to website.com/trkk/keywordhere it still drops the invisible image.