how can we make ALL the html local?
Lets say I have 10 pages of html that link to each other and I want to keep all those html files local. How can I use standard <a href> in the files to make sure that it uses the local files and not try to go to the web?
|