⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.html

📁 可在线管理ACCESS数据库,可新建,修改,建表等如同本地操作数据库
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>HTML editor - Help</title>
    <STYLE TYPE="text/css">
         BODY   		{margin-left:2; margin-top:2; font-family:Verdana; font-size:10;}
		 TABLE  		{font-family:Verdana; font-size:10;}
		 TD.title  		{font-family:Verdana; font-size:17; text-align:center;}
    </STYLE>
</head>

<body bgcolor=white>
<p align=center>
<table width=90% cellpadding=0>
<tr>
	<td>
		<img src=icons/help.gif>
	</td>
	<td colspan=2 class=title>
		<b>HTML Editor</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		<b>Overview</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		The inbuildt HTML editor assists you in creating HTML formated webpages in a quick and easy way
		through the WYSIWG interface.
	</td>
</tr>

<tr>
	<td></td>
	<td colspan=2>
		<b>Requirements</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		To function propetly you need to be running Microsoft Internet Explorer version 4.0 or later.
	</td>
</tr>

<tr>
	<td></td>
	<td colspan=2 class=title>
		<b>Toolbarbuttons:</b>
	</td>
</tr>

<tr>
	<td><img src="icons/new.gif"</td>
	<td colspan=2>
		<b>New document</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Erases the whole document.
	</td>
</tr>

<tr>
	<td><img src="icons/cancel.gif"</td>
	<td colspan=2>
		<b>Cancel all changes</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Cancel all changes, and loads whatever data the editor might held at start.
	</td>
</tr>

<tr>
	<td><img src="icons/save.gif"</td>
	<td colspan=2>
		<b>Save</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Stores the document.
	</td>
</tr>

<tr>
	<td><img src="icons/cut.gif"</td>
	<td colspan=2>
		<b>Cut</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Cuts out the selected area to clipboard 
	</td>
</tr>

<tr>
	<td><img src="icons/copy.gif"</td>
	<td colspan=2>
		<b>Copy</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Copys selected area to clipboard 
	</td>
</tr>

<tr>
	<td><img src="icons/paste.gif"</td>
	<td colspan=2>
		<b>Paste</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Pastes clipboard. Replaced any selected area. 
	</td>
</tr>

<tr>
	<td><img src="icons/aleft.gif"</td>
	<td colspan=2>
		<b>Align left</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Aligns selected area to left.
	</td>
</tr>

<tr>
	<td><img src="icons/center.gif"</td>
	<td colspan=2>
		<b>Center</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Aligns selected area to center.
	</td>
</tr>

<tr>
	<td><img src="icons/aright.gif"</td>
	<td colspan=2>
		<b>Align right</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Aligns selected area to right.
	</td>
</tr>

<tr>
	<td><img src="icons/nlist.gif"</td>
	<td colspan=2>
		<b>Numbered list</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Creates a numbered list. To escape from list creating, press enter twice.
	</td>
</tr>

<tr>
	<td><img src="icons/blist.gif"</td>
	<td colspan=2>
		<b>Bullet list</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Creates a bullet list. To escape from list creating, press enter twice.
	</td>
</tr>

<tr>
	<td><img src="icons/iright.gif"</td>
	<td colspan=2>
		<b>Increase Indent</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Increases indent to left.
	</td>
</tr>

<tr>
	<td><img src="icons/ileft.gif"</td>
	<td colspan=2>
		<b>Decrease Indent</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Decreases indent.
	</td>
</tr>

<tr>
	<td><img src="icons/hr.gif"</td>
	<td colspan=2>
		<b>Horizontal Rule</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Creats an Horizontal Rule, like this:
		<hr>
	</td>
</tr>

<tr>
	<td><img src="icons/link.gif"</td>
	<td colspan=2>
		<b>Hyperlink</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Allows you to create an hyperlink. You will be asked for the hyperlink url and the hyperlink name. 
		If you allreaty have selected an area, the selcted area will be used for creating the hyperlink.
	</td>
</tr>

<tr>
	<td><img src="icons/image.gif"</td>
	<td colspan=2>
		<b>Insert Image</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Allows you to insert any image which is stored on server. A new window will appeare and you can
		select which image to insert.
	</td>
</tr>

<tr>
	<td><img src="icons/bold.gif"</td>
	<td colspan=2>
		<b>Bold Text</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Transforms selected text to <b>Bold</b> text.
	</td>
</tr>

<tr>
	<td><img src="icons/italic.gif"</td>
	<td colspan=2>
		<b>Italic Text</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Transforms selected text to <i>Italic</i> text.
	</td>
</tr>

<tr>
	<td><img src="icons/under.gif"</td>
	<td colspan=2>
		<b>Underline Text</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		<u>Underlines</u> selected text.
	</td>
</tr>

<tr>
	<td><img src="icons/tpaint.gif"</td>
	<td colspan=2>
		<b>Foreground Color</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Changes color of selected text. A new window will be opened and you can select color.
	</td>
</tr>

<tr>
	<td><img src="icons/parea.gif"</td>
	<td colspan=2>
		<b>Background Color</b>
	</td>
</tr>
<tr>
	<td></td>
	<td colspan=2>
		Changes background color. A new window will be opened and you can select color.<br>
	</td>
</tr>

</table>
<br>
<a href=# ONCLICK="window.close();"><b>Close Help</b></a>

</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -