Click to return to the HTML Help home page    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

One-Step Procedure Topic Template


Microsoft Corporation

Updated June 10, 1999

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.asp">Link to another procedure</a>
</td>
</tr>
</table>

</body>
</html>

Example: Help authoring templates



Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.