Sorry for the late reply (using my phone) you should name each individual page the same name thats it is called within your navigation.
Double post - I now have the Internet back again so i can give a better explanation.
In the software you are using to make the web pages, if you have multiple pages other than the homepage you'll need or should already have a navigation (menu bar). In this navigation (the coding) there should be HTML taggs that look something like:
<a href="location/filename.htm">file</a>
the a href tagg is basically making a hyperlink to another document, file or location on the web server or directory. If all of your documents including the index.htm are in the same folder or directory then you'll simply see:
<a href="nameofpage.htm">
If either is true then when copying and saving the files from the software all you need to do is make sure the names of the files are the same as the ones used in the software. If, for some reason the navigation doesn't work then check the names of the files and their location. Capitalisation does matter as well.
**Please note: This method is the long-way around doing this because your software shouldn't be giving you errors, this is simply a way around it if you cannot get passed it at all. I am not familiar with WebEasy8 otherwise I would be able to help you further, however I am sure somebody else on this forum is bound to be more familiar than I when it comes to WebEasy8.
and finally FTP
There are various different FTP clients around, the one I normally use is FileZilla, when you do get to this stage if you cannot get WebEasy8 to work you'll need your FTP login details from your web hosting provider!
