Test:
New Site
Two Folders: Images and Sub
Image Folder : One Pic
Root Directory: MasterPage with Image src pointing to Pic in Image folder (src="Images/pic.jpg")
Root Directory: test.aspx using MasterPage
Sub Directory: test2.aspx using MasterPage
Test will show the pic but test2 will not.
How do I get around this? This makes no since to me since the test2 inherits the information from the master page, where it is pointing to the correct file. For an intranet site I would not mind putting in the full path to the image, however I do not want to do this on a site that would be on the internet.