<a href="
<img src="images/theimage.gif" border="0" width="150"
height="90"></a>
I think wverner's code does not need the semi-colon at the end of the link url.. anyway to insert a link to an image here is how it works.. first you have
<a href=
That tag tells it there is a hyperlink, either internal or external... there is a space between <a and href=... no other spaces in this tag...
The part within the quotes is the site that you are linking to.
="
We close this tage with the > We have now told the browser we have a link... bet we need to attach it to text or an object.
That is the <img src= part of the tag, telling the browser we have an image, the part within quotes tells it where to pull the image from. The width and height parts are not necessary, but speeds up the loading of the page so that it does not have to resize after images load..
The good news is that you do not have to type any code to accomplish this. You create the link in DW by clicking on the image, and then inthe properties dialogue box click on the LINK box below the SRC box.. and paste in the URL there, including the
You do the same procedure to add the outside linke tot he text on your links page.
hope this helps When in doubt, deny all terms and defnitions.