pistolpinoy72
Technical User
i wanted to embed an image located in a network directory, say "e:\image", that is part of the mapped drive of my web server. i tried the code below but whenever i access the page in a different PC, the image is not displayed (the page is still looking for "e:\image".
<embed src="e:\image\picture.gif">
thanks
<embed src="e:\image\picture.gif">
thanks