LESSON MENU
|
TBE 540 - Programming Applications for Educators
Using Explorer as an Editor (with Notepad or Word) - Windows only
The current versions of Internet Explorer (Windows) allows page editing
(at the HTML level) with Notepad (a text-editing accessory that somes with
Windows). You may also edit web pages accessed by Internet Explorer using
Word.
Basic Instructions - Notepad (may differ due to Explorer versions
or settings)
- Go to the web page you want to edit using Internet Explorer
- Use File->Save As->Web Page Complete (navigate to
where you want to store the file on your computer)
- Open the source code (HTML) with View->Source (this
should bring it up in Notepad)
- When the HTML code appears, edit as necessary.
- File->Save to keep your changes.
- Minimize the Notepad window and refresh (View->Refresh)
the web page.
Basic Instructions - Word (may differ due to Explorer or Word
versions or settings)
Important note: Editing with Word will change your web page
source from HTML to a complicated set of Cascading Style Sheets (CSS). Once
you take this step, it will be very difficult to add JavaScript or perform
anoy other HTML-related editing.
- Go to the web page you want to edit using Internet Explorer
- Use File->Save As->Web Page Complete (navigate to
where you want to store the file on your computer)
- Use File->Edit with Microsoft Word to begin the editing
process.
- Edit as necessary (you will not see the HTML code).
- File->Save to keep your changes.
- Choose File->Web Page Preview to see the results.
For more information:
Page created by F. Fisher for TBE 540 students at CSU
Dominguez Hills. Last update 6/09.
|