I'm having an issue with a page that is within a folder (i.e folder/page.aspx) that is the content page of a masterfile (masters/masterfile.master).
The masterpage has srcs to the images as follows: img src="images/pic1.gif"
When I try to load the page (folder/page.aspx) the images do not appear correctly and right clicking on them they show the following path: localhost blah blah blah/MyApp/folder/images/pic1.gif. From this it's obvious that seeing the page was created inside a folder (1 level deeper than the root), it assumes that the image folder is right there too.
How can I use the masterfile and still keep the association to the images folder that's in the root directory regardless of what folder or how deep in the heirarchy I might be in?
Thanks!
Skydiver.