1. Saving the Code
When your "virtual" page is finished;
- Right-click on the created page and "View Source" (or view "Page Source" depending on which browser you are using).
- Highlight and copy all text on the screen.
- Open "Notepad" (or some other program capable of saving "plain text").
- Paste the code into the "Notepad" screen.
- Save the file as an "htm" file, naming it index.htm
|
Hints...
- Quick way to "highlight" is by using the "CTRL" and letter "A" on the keyboard simaltaneously.
- Can't find "Notepad"? Use "Start" and "Run", from the bottom left of the desktop screen. Type "notepad" into the dialogue box, and hit "Enter".
- To save as an "htm" file in "Notepad", select "File", "Save As"; then change "Save as Type" to Select "All Files". Then type over the "*.txt" with
index.htm.
View a screenshot.
- You may want to save index.htm in a new folder by itself so you don't lose it, or overwrite another file. (index.htm is a very common file name).
|