This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
NOTE: These pages will remain available for your reference, but will not actively be maintained due to UW-Eau Claire's adoption of FrontPage for web publishing.
As you are planning your Web site and preparing to create your Web pages, you may discover that the information already exists in an electronic form -- often in your word processor. You do not have to retype the text to get it into a Web page. You can either save the files as "text only" and add all the code yourself or use an HTML converter to do the initial coding for you.
In order to move text that already exists in a file into a Web editor, you can either copy it from the original program and paste it into a Web editor document, or save the information in a "text only" or "ASCII" file that your Web editor can read. Almost every word processor (and many other programs) have the ability to save files as "text only." When moving your information to a text only file, make sure you have a backup of the original file.
When you are working with a file that has been saved as "text only," you will need to add all of the HTML code to the document.
Open the document you want to make into a Web document
From the File menu, select Save As
From the Save File as Type pull down menu, select Text Only with Line Breaks (*.txt)
In the File Name text box, type a new name for the file
Word will automatically add a TXT extension to the file if you do not enter an extension.
Click SAVE
Open the document you want to make into a Web document
From the File menu, select Save As
From the File Type pull down menu, select ASCII Text
In the File Name text box, type a new name for the file
Click SAVE
Open the document you want to make into a Web document
From the File menu, select Save As
From the Save File as Type pull down menu, select Text Only with Line Breaks
In the Save Current Document As text box, type a new name for the file
Click SAVE
Open the document you want to make into a Web document
From the Toolbox, click the A button to select the Text tool
Set the insertion point within the text story you want to work with
From the File menu, select Export
The Export dialog box will appear.
In the text box above the File Format list, type the name for the file
From the File Format list, scroll down to select Text Only
Click OK
It is possible to convert SWP files to a DOS file that can be used as a basis for your Web documents.
Once you have your document in the "text only" format, you are ready to move the information into your Web Editor for coding.
Open your Web Editor
Open the "text only" file
Select all of the text in the file
From the Edit menu, select Copy
Close the file
Open the file (e.g., new document, template, or existing document) you want to add the text to
Place your insertion point where you want the text to be
From the Edit menu, select Paste
Begin formatting the text with HTML code
HTML Converters are available for some popular programs including Word 6 and 7 for Windows and the WordPerfect 6.x for Windows. Converters for PowerPoint, Lotus, and Excel are also available. New versions of some software come with the HTML converter as a standard part of the package. Converters for older versions of some software packages are available to download from the Internet.
Converters can be powerful tools for adding HTML code to your document. Like Web Publishing and HTML Editors, converters are still being developed and fine-tuned. Using a converter for some documents, generally documents with simple formatting, can save you time formatting. However, when converting more complex documents, using a converter may create more work as you may have clean up the code that the converter "thought" you wanted. If you are interested in exploring converters, we encourage you to try it out with several documents before determining whether or not it is a good decision for you. You may find that the converter works great for some documents!
This process of using a converter will be different depending on what software you are using. However, this process basically consists of saving your document in HTML format. Once you have opened your file, save the document as HTML by changing the file type to HTML. The process may be somewhat similar to the following instructions:
Open the document that you want to convert
From the File menu, select Save As
From the Save File as Type pull down menu, select HTML
In the File Name text box, type a new name for the file
Click SAVE / OK
Once you have the document converted, you are ready to preview it with your browser or move it into your Web Editor for fine tuning.
Open your Web Browser (i.e., Netscape, Internet Explorer)
From the File menu, select Open File
Locate and select the converted file
Click OK
Review the file
If necessary, continue with Fine Tuning in Your Web Editor.
Once you have your document converted you are ready to fine-tune the code. The process will be similar to adding the code to a text-only file. The primary difference is that you may need to "clean up" some code. When deleting code from the file, make sure that you delete both on and off codes.
Open your Web Editor and Browser
In your Web Editor, open the converted file
To do a preview in your browser and determine what needs to be corrected, from the toolbar, click PREVIEW,
OR
From the File menu, select Preview Document.
Make the appropriate changes to the code