1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../style.css">
<title>Help menu (editor window)</title>
</head>
<body>
<h1>Help Menu</h1>
<table width="100%" border="0" cellspacing="12">
<tr valign="top">
<td width="40%"><strong>Launch help...</strong></td><td width="60%">Opens the main help window.</td>
</tr>
<tr>
<th colspan="2">
<hr>
</th>
</tr>
<tr valign="top">
<td width="40%"><strong>What is this?</strong></td><td width="60%">Enables context-sensitive help. The mouse cursor turns into a question mark and you can click on the item for which you want help.</td>
</tr>
</table>
</body>
</html>
|