Forum Moderators: mack
The kludgy sloppy "you shouldn't have to do it like this" worst way:
Using your browser, visit your website and use the "Save" feature. Save it to a folder within another folder on your desktop, i.e. "websites>mywebsite."
Then define the site within dreamweaver (site>new site) and afterword open it up.
open up notepad and type
<a href="linktoyourpage.html">link1</a>
<a href="linktoyourpage.html">link2</a>
<a href="linktoyourpage.html">link3</a>
Do this for each page you want.
Then save this file as a .html instead of a txt file
then all you need to do is open this file right click each link and "save as"
[macromedia.com...]
Download the entire site from the remote folder by selecting all the files & folders and then click GET.
Now you can work on it locally.
If you can find out the name of your page then simply either run a search on your system or do as the others have said and access your site through your browser and save the page as example.htm. Another solution is to right click on your page(s) and select the option 'view source'. This will give you your code in a Notepad format. Just simply copy/paste it into Dreamweaver and Dreamweaver will save it automatically as a html page.
You are definatley really lost if you do not know what FTP is and how it works. FTP, as stated, stands for File Transfer Protocol and is the way to upload all of your completed web pages to your hosting site. You are using FTP every time you download something as you are transferring files from one source to another.
As for HTML, go to Google and type in "htmlgoodies" (all one word) and visit the top site. This site is a great starting block for all newbies to HTML coding and it also has other advanced features. Do not skip any of the lessons though or you will see yourself going in circles.
Regarding Dreamweaver, it all depends on what type of WYSIWYG html editor you were using from first. You may find that Dreamweaver will show errors, or tags that are not supposed to be there. If you really fancy Dreamweaver then try purchasing the Dreamweaver Bible, but be warned, its not a small document and requires some eye stinging reading to get through it all - but its all worth it in the end.
Good luck
Terry
there is a free program named httrack that will download a complete website to your machine
luck,
robert