Using Microsoft Word 97 to Create Web Pages for the www.washington.edu Server
Included on this page:
- Open a telnet connection from your workstation to your directory on the wwwudev server.
- Working with your Webguide, copy the standard template for a basic content page from the Templates and Page Elements page to a file (i.e.,template.html) in your wwwudev directory.
- Using the PICO editor, create your new file and include the template by entering
- pico newfile.html
- <Control>R template.html (which reads template.html into newfile.html)
- Make any needed modifications to the new file, such as setting the page title.
- Position the cursor on the line below the comment: <!--chtml include "nav.inc"-->
(or below the comment: <!--chtml include "//home/incs/*header.inc"--> if you are not using navigation).
- Open MS Word 97 and bring up the HTML editor:
- Select New, then Web Page, then Blank Web Page
- Create and edit your content as desired, using any of the editing functions available in Word. If you wish to have a heading for your content, highlight that text, and open the pull-down menu that shows the word Normal. Select H1, H2, H3, etc. (Note that Heading* tags are not the same.)
- Close and save your document.
- View your document content as it will appear in final publication on the www.washington.edu server:
- Select File, then Web Page Preview.
(Note, when you move your document to the wwwudev/www Web server,
your page will include the standard header and footer.)
Use Copy/Paste commands to move your content from Word into your new file
on the wwwudev server.
- In Word, select View, HTML source.
- Highlight all of the content between the <body> and
</body> tags (do not include these tags). Ctrl C to copy.
- Re-activate your telnet window. Note that the cursor is still
positioned after the comment: <!--chtml include "nav.inc"-->
- Select Edit/Paste from Telnet window. Close and save the new
file.
- Start a browser.
- Direct your browser to: http://wwwudev.cac.washington.edu/userdir/newfile.html where userdir is your directory and newfile.html is the specific file you want to view.
When you have reviewed your pages and you are ready to see them published,
the next step is to install your pages on the production server
(www.washington.edu). To do so, use the procedures described in
Installing and Maintaining Your Documents.