One-step Procedure Topic Template
To copy the template, select the text from the <!DOCTYPE> tag to the </HTML> end tag, right-click, and then click Copy:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Example one-step procedure topic</title>
</head>
<body>
<h1>Enter heading for one-step procedure here</h1>
<ul>
<li>To do this procedure, click the <b>Menu name</b> menu, and then click <b>command</b>.
</li>
</ul>
<h3>Note</h3>
<ul>
<li>Note text goes here.
</li>
</ul>
<table border="0" cellpadding="0" cellspacing="0"> <tr>
<td valign="top">
<a href="example.htm">Link to another procedure</a>
</td>
</tr>
</table>
</body>
</html>
Related topics