I need an Asp expert. I have a project,but cannot get my images to load. On my page I have the following in an element
src="/_layouts/images/logo.gif"
But when I run my page it is looking for the file in:
http://localhost/_layouts/images/logo.gif
My files are in a virtual directory as such:
- MyPage
-_layouts
images
Basically the page is looking for the files in localhost and not in my web site.
Thanks





Bookmarks