HTML produced by Dreamweaver MX

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>HTML Generated by Dreamweaver 4.0</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="./dwsample.css" type="text/css">

</head>

<body bgcolor="#FFFFFF" text="#000000">

<h1>HTML Generated by Dreamweaver 4.0</h1>
<p>This file contains samples of the types of elements that are typically included
  in Help topics. This file has been created in a variety of other authoring tools
  as well so that Help authors can compare the actual HTML produced by different
  authoring tools. </p>
<p>This page contains the following sections: </p>
<ul>
  <li> <a href="#ordinary">Ordinary paragraphs</a></li>
  <li> <a href="#manual">Manual formatting</a></li>
  <li> <a href="#table">A table</a></li>
  <li> <a href="#ordered">An ordered list</a></li>
  <li> <a href="#unordered">An unordered list</a></li>
  <li> <a href="#complex">A complex nested list</a></li>
  <li> <a href="#popup">A popup</a> </li>
  <li> <a href="#image">An image</a></li>
  <li> <a href="#shortcut">An HTML Help Shortcut Control</a></li>
  <li> <a href="#credits">Credits</a></li>
</ul>
<h2> <a name="ordinary"></a>Ordinary paragraphs </h2>
<p> These are ordinary paragraphs. Humphrey Bogart once said, "I came out
  here with one suit and everybody said I looked like a bum. Twenty years later
  Marlon Brando came out with only a sweatshirt and the town drooled over him.
  That shows how much Hollywood has progressed." </p>
<p>These are ordinary paragraphs. Groucho Marx once said, "Please accept
  my resignation. I don't care to belong to any club that will have me as a member."
</p>
<h2><a name="manual"></a>Manual formatting </h2>
<p> Some of the tools on our list allow for manual paragraph and character formatting
  (for example, RoboHelp HTML and Dreamweaver), while others require that users
  define explicit styles (for example, AuthorIT and Doc-To-Help 6.0). The following
  paragraphs have been restyled as specified, using manual formatting where allowed.
</p>
<p style="text-align: center; margin-left: 1em; margin-right: 1em">The format of this paragraph has been changed manually (i.e.,
  not using a CSS style). The left and right indent have been set to "1em",
  and the paragraph has been center-justified. </p>
<p>This paragraph contains manual character formatting, including <b>boldface</b>,
  <i>italics</i>, <i><b>bold italics</b></i>, <u>underlined</u>, <b><font size="+1">font
  size change</font></b>, and <font face="Times New Roman, Times, serif">font
  family change</font>. </p>
<h2> <a name="table"></a>A table </h2>
<p>The following is a table: </p>
<table width="400" border="1" cellspacing="0" cellpadding="4">
  <tr>
    <th> </th>
    <th>North</th>
    <th>South</th>
    <th>East</th>
    <th>West</th>
  </tr>
  <tr>
    <th>First Quarter</th>
    <td>$112,000</td>
    <td>$102,000</td>
    <td>$156,000</td>
    <td>$128,000</td>
  </tr>
  <tr>
    <th>Second Quarter</th>
    <td>$124,000</td>
    <td>$108,000</td>
    <td>$172,000</td>
    <td>$135,000</td>
  </tr>
  <tr>
    <th>Third Quarter</th>
    <td>$156,000</td>
    <td>$96,000</td>
    <td>$181,000</td>
    <td>$137,000</td>
  </tr>
  <tr>
    <th>Fourth Quarter</th>
    <td>$187,000</td>
    <td>$135,000</td>
    <td>$207,000</td>
    <td>$168,000</td>
  </tr>
</table>
<h2><a name="ordered"></a>An ordered list </h2>
<p>The following is an ordered list: </p>
<ol>
  <li> First, do this. </li>
  <li> Then, do that. </li>
  <li> Finally, do the other. </li>
</ol>
<h2><a name="unordered"></a>An unordered list </h2>
<p>The following is an unordered list: </p>
<ul>
  <li> Help Authors </li>
  <li> Web Designer </li>
  <li> Technical Writers </li>
</ul>
<h2><a name="complex"></a>A complex nested list </h2>
  <p>The following is a complex nested list: </p>
<ol>
  <li> First do the following:
    <ol>
      <li> Do both of the following:
        <ol>
          <li> Sub-step a. </li>
          <li> Sub-step b. </li>
        </ol>
      </li>
      <li> Do one of the following:
        <ol>
          <li> Factor one </li>
          <li> Factor two </li>
        </ol>
      </li>
      <li> Click Save. </li>
    </ol>
  </li>
  <li> Then, type the following text: <br>
    <br>
    <span class="code">DIR C: /W</span> </li>
  <li>Finally, close the application. </li>
</ol>
<h2><a name="popup"></a>A popup </h2>
<p>Here is a standard HTML Help text-only popup: </p>
<p><a href="javascript:hhpopup.TextPopup('This is a standard HTML Help text-only popup.','Arial,9',10,10,00000000,0xffffff)">Click here</a>. </p>
<h2><a name="image"></a>An image </h2>
<p>Disconnect from Nemesis, as shown here: </p>
<p><img src="image1.gif" width="372" height="202" title="alt text"></p>
<h2><a name="shortcut"></a>An HTML Help Shortcut Control </h2>
<p>Here is an HTML Help Shortcut control: </p>
<p>
<object id=hhctrl type="application/x-oleobject"
        classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"
		width=100
		height=100>
		<param name="Command" value="ShortCut">
		<param name="Button" value="Text:Click here to run Notepad">
		<param name="Item1" value=",Notepad.exe,">
</object>
</p>

<h2><a name="credits"></a>Credits </h2>
<p>Thanks to the following individuals, who created these Help Authoring Tool
  output samples: </p>
<table width="400" border="1" cellspacing="0" cellpadding="4">
  <tr>
    <td><b>Contributor's Name</b></td>
    <td><b>Contributor's Company</b></td>
    <td><b>Tools</b></td>
  </tr>
  <tr>
    <td><a href="mailto:dana@logicsmith.com">Dana Cline</a></td>
    <td><a href="http://www.logicsmith.com" target="_blank">TANSTAAFL Software</a></td>
    <td>ForeHTML</td>
  </tr>
  <tr>
    <td><a href="mailto:charjt@helpstuff.com">Char James-Tanny</a></td>
    <td><a href="http://www.helpstuff.com" target="_blank">JTF Associates</a></td>
    <td>
      <p>AuthorIT <br>
        Hand-coded HTML</p>
      </td>
  </tr>
  <tr>
    <td><a href="mailto:david@knopf.com">David Knopf</a></td>
    <td><a href="http://www.knopf.com" target="_blank">Knopf Online</a></td>
    <td>
      <p>Dreamweaver<br>
        WordHelp <br>
        WebWorks Publisher</p>
      </td>
  </tr>
  <tr>
    <td><a href="mailto:pauln@helpauthors.com">Paul Neshamkin</a></td>
    <td><a href="http://www.helpauthors.com" target="_blank">The Paul Neshamkin
      Group</a></td>
    <td>
      <p>Doc-To-Help 2000 <br>
        Doc-To-Help 6</p>
      </td>
  </tr>
  <tr>
    <td><a href="mailto:mj@wwwinnovations.com">MJ Plaster</a></td>
    <td><a href="http://www.wwwinnovations.com" target="_blank">World Wide Winnovations</a></td>
    <td>
      <p>RoboHelp HTML<br>
        RoboHelp Classic</p>
      </td>
  </tr>
</table>
<p> </p>
<object id=hhpopup type="application/x-oleobject"
  classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
</object>

</body>
</html>