How to Use These Sites


I have a rudimentary knowledge of HTML but I want to learn more!

Excellent! These Templates were written just for you!

These web sites have extensive commenting throughout the HTML code. Simply open up the files that you want to edit and look at the code!


To get started, the first thing you'll need to do is decide on a web site you like. You can use the Preview Pages to locate a web site you like.

Take note of the number for the web site you'd like to use.

The next step is to copy the web site you your hard drive. It's very important that you copy the folder to you hard drive first and that you use copied file for editing. Some HTML editors will let you edit files from the CD-ROM, but since your cannot write the files back to the CD-ROM you will not be able to save the files!

Copying your web site requires knowledge of your Operating System's file management capabilities. Here is a quick overview, but you'll need to consult your Operating System manual for the details on copying files.

On Windows:


The files you want are now copied on your hard drive in the directory you specified. Before you work with the files however, you will need to remove their "Read-Only" settings. This will allow you to modify the files.



Once you've copied the files up, you might want to take a look in the folder you copied to see exactly what files are in there.

Both the Dynamic and Plain version of each Web Site are in that folder. If you decide to you the Plain version (without the JavaScript) then you can throw away the folder called "dynamic." If you want to use the dynamic version of the Web Site, then the only two folder you'll need are "pics" and "dynamic." Everything else in the folder can go.

It's very important that you do not move any files within this folder. They are all linked together and the only way those links can change is if your have a good understand of how to edit links. For instance, the Dynamic versions of the web sites expect to find the images (the "pics" folder) in it's parent folder, whereas the Plain versions expect to find them in it's own folder.


Next, determine what Text Editor you are going to use to edit the documents.

Your computer already has a text editor on it. For Windows there is a program called NotePad. While NotePad will allow you complete control over a text file, you will, in a sense, "get what you pay for" if you use this programs. That's because this program was not written specifically for HTML work.

A better choice would be to purchase a good TEXT Editor such as HoTMetaL for Windows, or even Microsoft Word. These programs have built in assistance to help you automate many of the mundane tasks of HTML coding, and they can make your job much easier.

HTML Text Editors often have features like:


Now open the site you copied to your hard drive in your Text Editor. Be very sure that you don't accidently try to open a web site from the CD-ROM! Always copy the Web Site to your hard drive first!

Here's an example of what you will see in the HTML Code:

Notice the comments that tell you what to do? You will find these in every Web Page on the CD-ROM.

The best way to start is to first determine which pages you'll need and which ones you won't. For instance, if you are not going to have a "Products & Services" page you can simply throw that page out.

Then in each of the pages that you will be using you'll want to be sure to remove the code that displays a "Products & Services" menu item.

After that, start open up each page you'll be using and change the body to be what ever text and pictures you'd like for your web site.


Once you've got the site looking the way you want it, and you've saved it back to your hard drive, you're ready to move on to the next section: Copying your Site up to the Web.





Back to Main Page