Page is a not externally linkable
wildbest - 2:46 pm on Jul 24, 2010 (gmt 0)
By using a server-relative link <img src="/img.src">, you tell the browser to remove both the page name and all subdirectory path-info from the page URL, and then append the "/img.src", making the image URL "example.com/img.src".
Hmmm... to achieve this effect I always thought relative link <img src="../img.src"> should be used?