|
|
|
|
|
| Prime Impression provides resume consulting, career counseling, outplacement, and job search assistance to individuals at all levels in the San Francisco Bay Area and nationwide. |
|
Home > Technical Writing > Portfolio > HTML-Kit User Manual > HTML-Kit User Manual in pdf
IntroductionThis manual gives a brief introduction to HTML-Kit, a full featured HTML editor. The manual is geared to people who already have some basic understanding of HTML authoring and a familiarity with basic Windows commands.
HTML (Hyper Text Markup Language) is a language designed to allow a reader to easily navigate between documents. Because of this capability, HTML is the chosen language for documents shared over the Internet and World Wide Web. The building blocks of HTML are tags which are inserted around text. A Web browser (such as Internet Explorer or Netscape Navigator) interprets each tag and applies structure and formatting to the the text surrounded by the tag. The formatted (or "marked up") text is then displayed in the browser window.
HTML-Kit offers numerous tools that make the process of insertion and editing of HTML tags easier. In contrast to many WYSIWYG ("What You See Is What You Get") editors, HTML-Kit gives complete control over the HTML development and editing process.
HTML-Kit can be downloaded free from the following site: http://www.chami.com/html-kit/
The Main ScreenFigure 1 shows the main screen of HTML-Kit as it appears after a new document is created. Note that document type, title, header, and body tags have been automatically inserted.
Displaying or Hiding Screen ElementsGo to View in the Main Menu and choose which component to view or remove.
Or
To display/hide the Message Window, the Action Bar, or the Workspace, click on the appropriate button in the Action Box (as shown enlarged in Figure 1). Figure 1: Main Screen and Enlargement of Action Bar
Getting Around the Main ScreenThe WorkspaceAllows quick access to files, including opening and uploading. To show/hide the Workspace, click on the appropriate button in the Action Box (Figure 1).
Actions BarThe Actions Bar provides an easy way to access many commonly used tags. Along the top of the bar are tabs that allow access to the various bar components ( Figure 2). To view a bar component, click on the corresponding tab.
You can customize this bar to add functions from the other Action Bars that you use most often:
Includes a number of useful tools to modify or clean up your HTML (Figure 3). ![]()
Figure 3: Tools Bar
Contains a number of tags and options related to formatting documents including: whole document tags, document type tags, <head>, <title>, <meta>, <link>, <base>, <body>, headings tags, <div>, <span>, <center>, <frameset>, <frame>, <noframe>, Inline Frame tag, ASP code block, Server Side Includes functions, CGI functions, CGI/SSI/ASP Variables, PHP Code Block, and Comments tags.
Contains options for editing Cascading Style Sheets.
Contains a number of tags and options for editing text including: Paragraph (<p>), Bold (<b>), Italic, Big, Small, <font> tags, Horizontal Rule, Line Break, Unordered and Ordered lists, List Items, Directory List, Menu, Definition List, Preformatted Text, teletype, Underline, Strikethrough, Blockquote, Address, Emphasis, Strong, Define, Code, Sample, Keyboard, Variable, Citation, Abbreviation, Acronym, Subscript, and Inserted/Deleted.
Getting Started in HTML-KitCreating a New Document Click on the new document button ( A new document is started with <DOCTYPE>, <html>, <head>, and <body> tags inserted.
Opening an existing document Click the open
document button (
Built-in TemplatesHTML-Kit has a number of built-in Templates that allow you to base your document on HTML or other features. To base a new document on a built-in template: Go to File, new. The template box will appear. Choose an appropriate template from the menu.
Using HTML-KitBasic Editing FunctionsTag Insertion
Figure 4: Editing window with highlighted text
Figure 5: Editing window after tag insertion Indent and Un-indentSelect any part of the line(s) you would like to indent or un-indent.
Word WrapThis feature "wraps" lines so that they can be seen in the editing window without scrolling vertically.
To turn on Word Wrap:
Figure 6: Preferences Window with Editor Options
The Mark wrapped lines checkbox marks the lines in the gutter, showing where the wrap has occured. Drop Down Tags ReminderThis function presents a drop down list of tag options as you type. To use the Drop Down Tags Reminder, you can do one of the following:
To turn off the drop down tags reminder, click on the preferences button ( Previewing Your PageTo preview your HTML document:Inserting an ImageUsing the WorkspaceThe Workspace provides a convenient way to insert images without leaving the desktop. Before You Begin Display the Workspace if it is not already on your desktop by clicking on the Workspace display button in the Task Bar Action Box (See "Figure 1: Main Screen and Enlargement of Action Bar"). Step 1: Place the insertion point in the HTML document where you would like to insert the image.Step 2: Add the folder containing the image to your Workspace.If the folder containing the desired image is currently on the Workspace, skip to Step 3.
Step 3: Insert the Image.
Using the Insert Image Tags Wizard
The dialog box shown in Figure 7 appears.
Adding TablesTo insert tables and table structures, click on the Tables tab of the Action Bar. Table 1 provides a list of buttons, functions, and inserted tag.Adding ColorsThe Pick Color dialog Box offers an easy way to preview, select, and insert the appropriate color into your document. Before You BeginPlace the cursor in the current HTML document where you would like to insert the hexadecimal value of the color. For example: to create a table data cell with a particular background color, insert the following tag, placing the cursor between the quotation marks: <td bgcolor="(place cursor here)"> Accessing the Pick Color dialog Box Click on the Tools
tab of the Action
Bar and click on the Color
button ( The following dialog box appears (Figure 8): Figure 8: The Pick Color Dialog Box with Custom Colors tab selected Choosing ColorsFrom this dialog box, you can select colors in a number of different ways. The color that you choose will be previewed as background and as text in the preview panels in the top right corner.
The 25 most recently used colors are shown along the top of the dialog box. To reuse a color simply click on the square of your choice.
You can choose colors using the following methods:
The Web Safe Colors tab provides a selection of web safe colors.
Inserting ColorsOnce you have chosen a color using one the previous methods, click on OK to insert the hexadecimal value of that color at the appropriate place in the document. Uploading FilesOne convenient feature of HTML-Kit is that it allows you to upload your files directly from the Edit menu without having to separately access your FTP Server program.
To upload files, follow the following steps: Step 1: Add your FTP server to the Workspace Menu
Step 2: Uploading FilesIf the Workspace is not open already, click on the view Workspace button on the Task Bar Action Box (see "Figure 1: Main Screen and Enlargement of Action Bar").
The Workspace shows a list of files with "+" signs and should now include the name you have chosen for your ftp server (see Step 1).
To Upload a file follow these steps:
Additional ResourcesHTML-Kit offers many other features that are beyond the scope of this manual.
Further information can be found at the HTML-Kit home page at http://www.chami.com/html-kit/
Support is available through the newsgroup chami.public.htmlkit.misc
Many plugins are also available at http://www.chami.com/html-kit/plugins/ |