📄 help.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--#include file="Includes/site-dataconn.asp" -->
<!--#include file="Includes/func-common.asp" -->
<!--#include file="Includes/site-config.asp" -->
<!--#include file="Includes/inc-common.asp" -->
<%
Response.Expires = 60
Response.Expiresabsolute = Now() - 1
Response.Addheader "pragma","no-cache"
Response.Addheader "cache-control","private"
Response.CacheControl = "no-cache"
%>
<html>
<head>
<title>// <%=Site_Name%> //</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL=stylesheet TYPE="text/css" HREF="Includes/site-style.css">
</head>
<body>
<!--#include file="Includes/inc-header.asp" -->
<%
'navigation trail
response.write("<table border='0' cellspacing='0' cellpadding='2' align='center' class='plain'><tr><td valign='top'><a href='default.asp'>"& Site_Name &"</a> >> Help<br>"& Site_Description &"</td></tr></table>")
Action = request.querystring("Action")
Section = request.querystring("Section")
if Action <> "Answer" then
Action = ""
end if
%>
<a name="Top"></a>
<table border="0" cellspacing="1" cellpadding="2" align="center" class="main">
<tr valign="middle" class="title">
<td>论坛发贴时可使用的HTML:</td>
</tr>
<tr valign="top" class="body">
<td>
<table border="0" cellspacing="1" cellpadding="2" align="center" class="main">
<tr valign="top" class="body">
<td>
[B]Bold text[/B] produces <b>Bold text</b>
<br>
[I]Italic text[/I] produces <i>Italic text</i>
<br>
[U]Underlined text[/U] produces <u>Underlined text</u>
<br>
[S]Strike through text[/S] produces <s>Strike through text</s>
<br>
<br>
You can also change the size and colour of the text using the
following
<br>
<br>
[COLOR=BLUE]different coloured text[/COLOR] produces <font color="blue">
different coloured text</font>
<br>
To get the full range of colours simply replace the word BLUE with
any of the following, BLACK, WHITE, RED, ORANGE, GREEN, YELLOW,
BROWN, MAGENTA or CYAN
<br>
<br>
[SIZE=2]large/small text[/SIZE] produces <font size="+2">large/small
text</font>
<br>
To get the full range of sizes replace the number to with any whole
number between 1 and 6
<br>
<br>
It is also possible to include a number of different styles of list
in your messages for example:
<br>
<br>
[LIST]
<br>
[*]List item
<br>
[*]List item
<br>
[*]List item
<br>
[/LIST]
<br>
<br>
Produces and un-ordered list
<UL>
<LI>List item
<LI>List item
<LI>List item
</UL>
<p>
<br>
[LIST=1]
<br>
[*]List item
<br>
[*]List item
<br>
[*]List item
<br>
[/LIST=1]
<br>
<br>
Produces and ordered list </p>
<OL>
<LI>List item
<LI>List item
<LI>List item
</OL>
<p>
<br>
[LIST=A]
<br>
[*]List item
<br>
[*]List item
<br>
[*]List item
<br>
[/LIST=A]
<br>
<br>
Produces a lettered list </p>
<OL TYPE=A>
<LI>List item
<LI>List item
<LI>List item
</OL TYPE=A>
<p>If you wish to include a spoiler about a certain part of a film,
game or book in your post without ruining it for the other readers
you can hide it in a spoiler tag.
<br>
<br>
[SPOILER]hidden text[/SPOILER] produces </p>
<table bgcolor=black><tr><td bgcolor=black><font size=1 color=white>
Spoiler: (highlight to view)</td></tr><tr><td><font size=2 color=black>
hidden text</td></tr></table>
<p>
<br>
<br>
Links to external webpages can also be included in your posts with
the following codes:
<br>
<br>
[URL]http://www.someurl.com[/URL] produces <a href="http://www.someurl.com" target="_blank">
http://www.someurl.com</a>
<br>
[URL=http://www.someurl.com]Some Text[/URL] produces <a href="http://www.someurl.com" target="_blank">
Some Text</a>
<br>
<br>
Images can also be inserted in to posts in a similar fashion using
the following code
<br>
[IMG]http://imageurl[/IMG]
</td>
</tr>
</table>
<!--#include file="Includes/inc-footer.asp" -->
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -