meta Posted December 31, 2006 Share Posted December 31, 2006 I'm want a image to be be link to my site. In other word, this image is going to put in another website, e.a ebay. all i want that those who click on the image be redirect to my site. Here's the code i using to test. BTW i can get the link to work BUT I CANNOT SEE THE IMAGE. <HTML> <HEAD> <TITLE>damngoodphoto.gif</TITLE> </HEAD> <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <a href="http://www.gjrichardson.com"> <IMG SRC="damngoodphoto.gif" BORDER=0 WIDTH="600" HEIGHT="600"></A> </BODY> </HTML> Link to comment Share on other sites More sharing options...
♥Vger Posted December 31, 2006 Share Posted December 31, 2006 Is the image in the root of the website or in a folder? If in a folder it needs to be specified e.g. <img src="images/damngoodphoto.gif"> Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.