back | forward 
HTML editor is a simple and multifunctional tool for creating and editing HTML files. To create a new file, click New. To open for modifying an existing one, select it and click Edit. To save changes to file, click Save. To save file under another name, click Save as...
There are two windows on this tab: Selection Pane and Edit Pane.
Selection Pane. In the selection window choose local or LAN drive, browse to the folder where your HTML files are stored and open the file either by double-clicking it, or selecting it and clicking Edit.
Edit Pane. Edit pane provides three modes for editing your HTML files: Code View, Design View and Internet Explorer View.
Code View. Displays your HTML file in code mode. Suitable for advanced users. There are three functional buttons in the upper part of the window:
Find - find a word or phrase in the file.
Find Next - find next occurence of the entered word or phrase in the file
Replace - replace a word or a phrase with another word or phrase
Design View. Allows editing HTML pages in visual mode. Especially useful for unexperienced users. You can type the text directly into the window you don't need to edit tags. There are following functional buttons here:
- Cut selection to clipboard
- Copy selection to clipboard
- Paste from clipboard
- Align left <div align="left">
- Align center <div align="center">
- Align right <div align="right">
- Bold text <b>
- Italic text <i>
- Underlined text <u>
- Ordered list <ol>
- Unordered list <ul>
- Text outdent
- Text indent <blocquote>
- Insert hyperlink <a href>
- Remove hyperlink
- Insert picture <img>
- Set page title <title>
Additionally you can set font face, size and color.
Internet Explorer View - allows previewing the newly-created or modified file in the Internet Explorer layout. You cannot edit your files in this mode.
See on the Internet: Hyper Text Markup Language (HTML)
back | forward 
|