Hi
How can i change the text link below to an image link?
echo "<td width=\"30\"><font class=\"TEXT\"><a href=http://www.htmlforums.com/archive/index.php/\"link.php\"><B>link</B></a></font></td>";
The issue is that the image is not held on my server, i just cannot get the image to display.
Thanks
MichaelThe issue is that the image is not held on my server, i just cannot get the image to display. #1 why are you attempting to use someone else's bandwidth?
#2 maybe the remote host has used .htaccess to refuse remote requests.Its an advert from an affilate, I am not hogging any bandwidth
Here is what I have myself, the link works fine but it will not display the imageecho "<td><center><a href=http://www.htmlforums.com/archive/index.php/\"http://www.qksrv.net/click-affnumbers-affnumbers\"target=\"blank\"><img src=<a href=\"http://www.qksrv.net/image-affnumbers-affnumbers\"width=240 height=400 border=0\"></a></center>\n";
I have subsituted my affiliate numbers with "affnumbers"Sorry ... I guess they gave you a bad link code. This makes more sense:echo "<td><center><a href='http://www.qksrv.net/click-affnumbers-affnumbers' target='blank'><img src= 'http://www.qksrv.net/image-affnumbers-affnumbers' width='240' height='400' border='0' alt='' /></a></center>\n";this doesn't look like a PHP question to me.... but, have you replaced "affnumbers" in the link and image URL to some kind of ID that I suppose you have?yes I replaced the numbers in this post with "affnumbers" thought it may be wise to do this.
Thanks for the info it worked
Michael
How can i change the text link below to an image link?
echo "<td width=\"30\"><font class=\"TEXT\"><a href=http://www.htmlforums.com/archive/index.php/\"link.php\"><B>link</B></a></font></td>";
The issue is that the image is not held on my server, i just cannot get the image to display.
Thanks
MichaelThe issue is that the image is not held on my server, i just cannot get the image to display. #1 why are you attempting to use someone else's bandwidth?
#2 maybe the remote host has used .htaccess to refuse remote requests.Its an advert from an affilate, I am not hogging any bandwidth
Here is what I have myself, the link works fine but it will not display the imageecho "<td><center><a href=http://www.htmlforums.com/archive/index.php/\"http://www.qksrv.net/click-affnumbers-affnumbers\"target=\"blank\"><img src=<a href=\"http://www.qksrv.net/image-affnumbers-affnumbers\"width=240 height=400 border=0\"></a></center>\n";
I have subsituted my affiliate numbers with "affnumbers"Sorry ... I guess they gave you a bad link code. This makes more sense:echo "<td><center><a href='http://www.qksrv.net/click-affnumbers-affnumbers' target='blank'><img src= 'http://www.qksrv.net/image-affnumbers-affnumbers' width='240' height='400' border='0' alt='' /></a></center>\n";this doesn't look like a PHP question to me.... but, have you replaced "affnumbers" in the link and image URL to some kind of ID that I suppose you have?yes I replaced the numbers in this post with "affnumbers" thought it may be wise to do this.
Thanks for the info it worked
Michael