Hi,
Give your image path us absolute URL like below.
<img src="http://ServerHost/VirtualDirectoryName/Imagefile.jpg" alt="SignImages" />
suppose your application URL is www.test.com and image name is SignPic.jpeg
then
<pre lang="HTML">
<img src='www.test.com/SignPic.jpg' alt='SignImages' />
</pre>
Thanks