Forum Moderators: open
I am trying to create couple of links embedded in to the image. I used the following code:
<a href="http://www.othersite.com">
<img border="0" src="http://www.mysite/images/myimage.gif" width="65" height="38">
</a>
Also tried the following code:
<a href="http://www.othersite.com">
<img border="0" src="images.mysite.com/myimage.gif" width="65" height="38">
</a> where images.mysite.com is a subdomain
Images are displayed correctly, but in both the cases the outcome is that the link automatically points to mydomain.
hxxp://www.mysite.com/www.othersite.com
And I get the obviously get the "Not found" error. Where am I making the mistake?