I am using a copy of Dreamweaver UltraDev v1.0 and I am having a problem with site root and Document root in my frameset. All my frameset pages are in the same dir as my frameset page, but Dreamweaver keeps putting a ? before the file name of the page I want to be in my frameset.
Example: <frame src="/top.htm"> <frame src="/main.htm"> When it should be <frame src="top.htm"> <frame src="main.htm">.
Now, I understand what the / means but it shouldn't be there. I keep taking the / out but Dreamweaver put's them straight back in again. I guess Dreamweaver is working on a Document root basis but I want it to work on a site root. How do I change this as I can't seem to see an obvious way like with image paths.
Example: <frame src="/top.htm"> <frame src="/main.htm"> When it should be <frame src="top.htm"> <frame src="main.htm">.
Now, I understand what the / means but it shouldn't be there. I keep taking the / out but Dreamweaver put's them straight back in again. I guess Dreamweaver is working on a Document root basis but I want it to work on a site root. How do I change this as I can't seem to see an obvious way like with image paths.