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 decision topic</title>
</head>
<body>
<h1> Enter heading for decision topic here</h1>
<p> Introductory text goes here.</p>
<h4> What do you want to do?</h4>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<a href="example.asp"> Link to first procedure</a>
</td>
</tr>
<tr>
<td valign="top">
<a href="example.asp"> Link to second procedure</a>
</td>
</tr>
</body>
</html>
|
Example: Help authoring templates