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

📄 ubbhelp.asp

📁 仿雅虎论坛静态生成html版 后台管理:admin/admin.asp 用户名:admin 密码:admin TOP/top.htm 顶部模板 left.htm 左边树形菜单模板
💻 ASP
字号:
<!--#include file="../conn.asp"-->
<!--#include file="BTBBS_Fun.asp"--><%
login=Request.Cookies("login")
StarTime = Timer():AccessNum=0
Call JCC_Board_Top
call Login_EN%>
<center>
<table width=743><tr><td height=30 class=light>&nbsp;<img src=../images/nav.gif>&nbsp;<a href=index.asp><font class=NavColor>论坛首页</a>  >>  论坛帮助  >>  UBB详解  >>  <a href=# onclick=history.go(-1)><font class=NavColor>返回</font></a></font></td></tr></table>
<table width=743><tr><td><br>
<b>UBB语法详解</b><br><br>
<P>论坛可以由管理员设置是否支持UBB标签,UBB标签就是不允许使用HTML语法的情况下,通过论坛的特殊转换程序,以至可以支持少量常用的、无危害性的HTML效果显示。以下为具体使用说明: 

<P><FONT class=headfont>[B]</FONT>文字<FONT 
class=headfont>[/B]</FONT>:在文字的位置可以任意加入您需要的字符,显示为粗体效果。
<DIV class=headfont>效果:<B>文字</B></DIV>
<P><FONT class=headfont>[I]</FONT><I>文字</I><FONT 
class=headfont>[/I]</FONT>:在文字的位置可以任意加入您需要的字符,显示为斜体效果。
<DIV class=headfont>效果:<I>文字</I></DIV>
<P><FONT class=headfont>[U]</FONT><U>文字</U><FONT 
class=headfont>[/U]</FONT>:在文字的位置可以任意加入您需要的字符,显示为下划线效果。
<DIV class=headfont>效果:<U>文字</U></DIV>
<P><FONT class=headfont>[align=center]</FONT>文字<FONT 
class=headfont>[/align]</FONT>:在文字的位置可以任意加入您需要的字符,center位置center表示居中,left表示居左,right表示居右。
<DIV align=center class=headfont>效果:文字</DIV>
<P><FONT class=headfont>[URL]</FONT>HTTP://www.sxxtvu.zj.cn/btbbs<FONT 
class=headfont>[/URL]</FONT>
<DIV class=headfont>效果:<A 
href="HTTP://www.sxxtvu.zj.cn/btbbs">HTTP://www.sxxtvu.zj.cn/btbbs</A></DIV>
<P><FONT class=headfont>[URL=HTTP://www.sxxtvu.zj.cn/btbbs]</FONT>小糊涂网<FONT 
class=headfont>[/URL]</FONT>:有两种方法可以加入超级连接,可以连接具体地址或者文字连接。
<DIV class=headfont>效果:<A href="HTTP://www.sxxtvu.zj.cn/btbbs">小糊涂网</A></DIV>
<P><FONT class=headfont>[EMAIL]</FONT>jccsxx@163.com<FONT 
class=headfont>[/EMAIL]</FONT>
<DIV class=headfont>效果:<A 
href="mailto:jccsxx@163.com">jccsxx@163.com</A></DIV>
<P><FONT class=headfont>[EMAIL=MAILTO:jccsxx@163.com]</FONT>小糊涂神<FONT 
class=headfont>[/EMAIL]</FONT>:有两种方法可以加入邮件连接,可以连接具体地址或者文字连接。
<DIV class=headfont>效果:<A href="mailto:jccsxx@163.com">小糊涂神</A></DIV>
<P><FONT 
class=headfont>[img]http://www.sxxtvu.zj.cn/btbbs/images/asp.gif[/img]</FONT>:在标签的中间插入图片地址可以实现插图效果。
<DIV class=headfont></DIV>
<P><FONT class=headfont>[flash]</FONT>http://bbs.dvbbs.net/ad/banner02.swf<FONT 
class=headfont>[/Flash]</FONT>:在标签的中间插入Flash图片地址可以实现插入Flash。
<DIV class=headfont></DIV>
<P><FONT class=headfont>[quote]</FONT>引用<FONT 
class=headfont>[/quote]</FONT>:在标签的中间插入文字可以实现HTMl中引用文字效果。
<DIV class=headfont>效果:
<DIV class=headfont>引用</DIV></DIV>
<P><FONT class=headfont>[fly]</FONT>文字<FONT 
class=headfont>[/fly]</FONT>:在标签的中间插入文字可以实现文字飞翔效果,类似跑马灯。
<DIV class=headfont>效果:
<MARQUEE behavior=alternate>文字</MARQUEE></DIV>
<P><FONT class=headfont>[move]</FONT>文字<FONT 
class=headfont>[/move]</FONT>:在标签的中间插入文字可以实现文字移动效果,为来回飘动。
<DIV class=headfont>效果:
<MARQUEE>文字</MARQUEE></DIV>
<P><FONT class=headfont>[glow=255,orange,2]</FONT>文字<FONT 
class=headfont>[/glow]</FONT>:在标签的中间插入文字可以实现文字发光特效,glow内属性依次为宽度、颜色和边界大小。
<DIV class=headfont>效果:
<DIV style="FILTER: glow(class=headfont, strength=2); WIDTH: 255px">文字</DIV></DIV>
<P><FONT class=headfont>[shadow=255,orange,2]</FONT>文字<FONT 
class=headfont>[/shadow]</FONT>:在标签的中间插入文字可以实现文字阴影特效,shadow内属性依次为宽度、颜色和边界大小。
<DIV class=headfont>效果:
<DIV style="FILTER: shadow(class=headfont, strength=2); WIDTH: 255px">文字</DIV></DIV>
<P><FONT class=headfont>[color=颜色代码]</FONT>文字<FONT 
class=headfont>[/color]</FONT>:输入您的颜色代码,在标签的中间插入文字可以实现文字颜色改变。
<DIV class=headfont><FONT class=headfont>color=</FONT>"yellow"效果:<FONT 
color=yellow>文字</FONT></DIV>
<P><FONT class=headfont>[size=数字]</FONT>文字<FONT 
class=headfont>[/size]</FONT>:输入您的字体大小,在标签的中间插入文字可以实现文字大小改变。
<DIV class=headfont><FONT class=headfont>size=5</FONT>效果:<FONT size=5>文字</FONT></DIV>
<P><FONT class=headfont>[face=字体]</FONT>隶书<FONT 
class=headfont>[/face]</FONT>:输入您需要的字体,在标签的中间插入文字可以实现文字字体转换。
<DIV class=headfont>效果:<FONT face=隶书>文字</FONT></DIV>
<P><FONT class=headfont>[DIR=500,350]</FONT>http://<FONT 
class=headfont>[/DIR]</FONT>:为插入shockwave格式文件,中间的数字为宽度和长度
<P><FONT class=headfont>[RM=500,350,1]</FONT>http://<FONT 
class=headfont>[/RM]</FONT>:为插入realplayer格式的rm文件,数字分别为宽度、长度、播放模式
<P><FONT class=headfont>[MP=500,350,1]</FONT>http://<FONT 
class=headfont>[/MP]</FONT>:为插入为midiaplayer格式的文件,数字分别为宽度、长度、播放模式 
<P><FONT class=headfont>[QT=500,350]</FONT>http://<FONT 
class=headfont>[/QT]</FONT>:为插入为Quick time格式的文件,中间的数字为宽度和长度</P><BR>
</td></tr></table></center>
<%EndTime = Timer()%>
<!--#include file="../inc/tom1.inc"-->

⌨️ 快捷键说明

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