MartinDurant
Programmer
I'm using Interdev and PWS under Win98. When I run my new project, none of the references to files (images or other html pages) work unless I specify the full path.
This doesn't work
This does work
If I use Windows Explorer and simply double click my html file, all the links work. If I load up another project into Interdev all the relative references work.
I am guessing that I have done something wrong in PWS, but cannot see what. Any ideas?
Thanks in advance,
Martin.
This doesn't work
Code:
<FRAME SRC="menu.htm" NAME="menu">
This does work
Code:
<FRAME SRC="D:\Web Development\PhotoArtOnline\PhotoArtOnline_Local\menu.htm" NAME="menu">
If I use Windows Explorer and simply double click my html file, all the links work. If I load up another project into Interdev all the relative references work.
I am guessing that I have done something wrong in PWS, but cannot see what. Any ideas?
Thanks in advance,
Martin.