Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 procedure topic</title>
</head>
<body>
<h1>Enter heading for multi-step procedure here</h1>
<ol>
<li>Do the first task.
<li>Do the next task, which may have a <a href="example.htm">link</a> in it.
<li>Do the last task.
</li>
</ol>
<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