help_friend.asp

来自「基于ASP开发的聊天室源码」· ASP 代码 · 共 24 行

ASP
24
字号
<!--#INCLUDE FILE="config.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
<!--
table        { font-size: 10pt }
body         { font-size: 10pt; color:<%=zzbird_chattext%>;}
a:active     { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:link       { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:visited    { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a            { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
-->
</style>
<title><%=zzbird_chatroomname%>帮助系统</title>
</head>
<body bgcolor="<%=zzbird_chatbg%>" <%if zzbird_chatbgpic<>"" then%>background="<%=zzbird_chatbgpic%>" <%end if%> text="<%=zzbird_chattext%>" topmargin="6" leftmargin="6">
<font color="#FFFF00">【<%=zzbird_chatroomname%>好友功能】 </font>
<br>
  你可以向聊天室里的聊友发送消息,表明你要和他做朋友,就像我们QQ的方式类似。<br> 
<br>
</body>

</html>

⌨️ 快捷键说明

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