I'm a newbie as well and I'm stymied from the get-go. According to the manual, when you open an HTML File, "The file and and linked files, images or stylesheets are imported if possible and placed into the appropriate folders."
To me this means if I load a file that has one or more hrefs to another file (in the same directory, using relative path), that other file will be loaded as well.
But it isn't. The stylesheet and images are loaded, but not the linked HTML files.
What am I missing?
|