How to add a new page to this site.
Using Word Documents:
- Save your web page in HTML format. (MS Word 97 and on allow
you to save a Word file as an HTML document; in some cases this
feature may need to be specifically installed as an option)
- Using Dreamweaver open the *.html file you just created.
- From the Menu Bar on Dreamweaver select Commands > Clean
Up Word HTML...
- A small dialog box will appear. If you have not made any other
changes, Dreamweaver should be able to automatically recognize
what version of Word you are using.
- Click on "OK" and Dreamweaver will remove unnecessary
lines of code that Word attaches to HTML documents.
- Now the page should look cleaner.
- The next step is to apply the appropriate template to your web
page. From the menus select Modify > Templates > Apply Template
to Page...
- A small window will pop-up asking which template you would like
to apply. Select the appropriate template and then click on "OK".
- The New Web page should look like another page in the web site
now.