I want to create an HTML menu for a CD with sub directories and would like some help in determining how to setup access to files in sub folders. I am not certain the letter (i.e., D, E) of the CD Drive, but assuming I put my main menu in the root and have file1.html in folder1, and file2.html in folder2, how would I access these files when I select their menu options?
Would this be correct? <href = "..//folder1/file1.html> Thanks
Would this be correct? <href = "..//folder1/file1.html> Thanks