Hi, I have an image I would like to turn into a banner.How do i link it to my website? Any help would be appreciated. Thanks, Scotty
Hi, Im pretty new at this.Don't really understand it all. I know how to save it once i make it,but im using an image and want to link it to my website.. Where do i put in the info turning it into a clickable link. Code is below. Where would i put my website in this mess?lol Thanks, Scotty <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="MSHTML 6.00.6000.16587" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2><IMG alt="IPB Image" src="http://i60.photobucket.com/albums/h5/anitanita1980/Holyteabanner.jpg" border=0></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV> </DIV><FONT face=Arial size=2> <DIV><BR></FONT> </DIV></BODY></HTML>
Add This <a target="_blank" href="URL Image to be Linked" title="Title"> Just Before <IMG alt="IPB Image" src="http://i60.photobucket.com/albums/h5/anitanita1980/Holyteabanner.jpg" border=0> E.g. <DIV><FONT face=Arial size=2><a target="_blank" href="URL Image to be Linked" title="Title"><IMG alt="IPB Image" src="http://i60.photobucket.com/albums/h5/anitanita1980/Holyteabanner.jpg" border=0></FONT></DIV>