Yea...there are two types of linking--relative and absolute. You are using absolute which means you are linking to the physical space (as said above). That would be the same as linking to
Code:
C:\My Documents\Web Site\images\myimage.jpg
Relative linking is done by linking to the relative directory. As said above that would be
Code:
"/images/myimage.jpg"