|
Posted by: ✞☠Ron ☠✞ on 2010-01-29, 21:22:56
DO NOT use paths to your hard drive if you are posting your pages online. Making an image a link: <p > <a href= "URL path to external link " title= "Mouseover Description " > <img style= "width: XXpx; height: YYpx; border: 0; " src= "Path to image " alt= "Text Description " > </ a > </ p > If site does not host images, then you MUST host your image online at any good image hosting site. The URL MUST be the DIRECT link to the image alone and not to the page the image is on. Text Link only: <p > <a href= "URL path to external link " title= "Mouseover Description " >Link Text Description </ a > </ p > You can change the "p " tags to div tags and style as needed. Practice Your Image Link Code Online: w3schools.com/ HTML/ tryit.asp?filename= tryhtml_imglink Ron |