注意:以下语法在使用时,请去掉所有*号!
一、贴图
1、<*center><*img src=图片地址 width=图片长度 height=图片宽度>
(长度和宽度不要超过800)
例:<*center><*img src=www.zhulubbs/upload/images/20050103100927(2)_200501031009472.jpg width=550 height=400>
此语法效果如下:
2、<*center><*img src=图片地址>
和上面的相比,这个语法帖出来的图片与互联网上图片的原始大小一样。
例:<*center><*img src=www.zhulubbs/upload/images/20050103100927(2)_200501031009472.jpg>
此语法效果如下:
和上面的相比,这个语法帖出来的图片与互联网上图片的原始大小一样。
例:<*center><*img src=www.zhulubbs/upload/images/20050103100927(2)_200501031009472.jpg>
此语法效果如下:
注:<*center>为居中显示。以下所帖内容如要居中,都可在语法前加<*center>,以<*/center>结束居中,如不加<*/center>,则默认为之后的内容也是居中显示。
二、贴歌、flash、视频
1、帖flash:
<*embed src=flash地址 width=500 height=400> (宽、高可自己调整)
2、贴背景音乐:(音乐地址中最后的文件名为.mid的文件。无播放器,把ie最小化时就停播了)
<*bgsound src=音乐地址 volume=100 loop="1">
3、贴rm格式:
<*embed src=歌曲地址 type="audio/x-pn-realaudio-plugin" console="clip1" controls="imagewindow"
height="400" width="500" autostart="1">
注:autostart="1"为自动播放,autostart="0"为手动播放
4、贴mp3、wma音乐:(宽、高可调整)
自动播放,不循环:
<*embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbar
3、贴rm格式:
<*embed src=歌曲地址 type="audio/x-pn-realaudio-plugin" console="clip1" controls="imagewindow"
height="400" width="500" autostart="1">
注:autostart="1"为自动播放,autostart="0"为手动播放
4、贴mp3、wma音乐:(宽、高可调整)
自动播放,不循环:
<*embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbar
autostart=true width=400 height=40>
自动播放,自动循环:
<*embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbar autostart=true
loop=true width=400 height=40>
手动播放,不循环:
<*embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbarautostart=false
width=400 height=40>
手动播放,自动循环:
自动播放,自动循环:
<*embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbar autostart=true
loop=true width=400 height=40>
手动播放,不循环:
<*embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbarautostart=false
width=400 height=40>
手动播放,自动循环:
<*embed src=音乐地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbar autostart=true
loop=true width=400 height=40>
隐藏播放器:
<*embed src=mp3地址 type=audio/x-pn-realaudio-plugin controls=controlpanel,statusbar autostart=true
loop=true hidden=true width=400 height=40>
5、视频:
<*embed src=视频网址 quality=high width="560" height="420"autostart="true" loop="true">
三、一般的字体设制
<*font color=颜值 size=字号 face=字体>文字内容<*/font>
常用字体:宋体 黑体 楷体_gb2312 仿宋_gb2312 新宋体 幼圆 隶书 方正舒体 华文新魏 华文行楷 华文细黑 华文彩云
字号:1~7,数字越大,字越大
颜值:可以是颜的英文单词,也可以参照颜表为各颜的对应数值(颜表请见忘忧草的帖子)。
粗体效果:<*b>文字内容<*/b>
斜体效果:<*i>文字内容<*/i>
下划线效果:<*u>文字内容<*/u>
例如加粗:<*font color=颜值 size=字号 face=字体><*b>文字内容<*/b><*/font>
四、会移动的文字和图片
1、右向左移动
图片:<*marquee><*img src=图片地址><*/marquee>
文字:<*marquee><*font color=颜值 size=字号 face=字体>文字内容<*/font><*/marquee>
鼠标放上去停止移动,移开继续移动:
<*marquee onmouseover=this.stop() onmouseout=this.start()><*font color="lime" size=字号 face=字体>marquee marquee文字内容<*/font><*/marquee>
2、左向右移动:
文字:<*marquee direction=right><*font size=字号 face=字体>文字内容<*/font><*/marquee>
图片:<*marquee direction=right><*img src=图片地址><*/marquee>
3、来回移动
鼠标放上去停止移动,移开继续移动:
<*marquee onmouseover=this.stop() onmouseout=this.start()><*font color="lime" size=字号 face=字体>marquee marquee文字内容<*/font><*/marquee>
2、左向右移动:
文字:<*marquee direction=right><*font size=字号 face=字体>文字内容<*/font><*/marquee>
图片:<*marquee direction=right><*img src=图片地址><*/marquee>
3、来回移动
文字:<*font size=字号color=字体颜 face=字体><*marquee behavior=alternate>文字内容<*/marquee>
图片:<*marquee behavior=alternate><*img src=图片地址><*/marquee>
4、上下移动
图片:<*marquee scrollamount=1 direction=up height=移动范围><*img src=图片地址><*/marquee>
文字:<*marquee scrollamount=1 direction=up height=移动范围><*font size=字号color=字体颜 face=字体>文字内容<*/font><*/marquee>
鼠标放上去停止移动,移开继续移动:
<*marquee direction=up onmouseover=this.stop() scrollamount=3 onmouseout=this.start()><*center><*font color=red face=字体 size=字号>文字内容<*/marquee>
注:scrollamount为向上或向下的速度,数值越大,速度越快,一般取值为1~3。将“direction=up”替换为“direction=down”是向下移动。
五、设置外背景
<*body background=外背景地址><*/body>
六、图片加flash特效
注:scrollamount为向上或向下的速度,数值越大,速度越快,一般取值为1~3。将“direction=up”替换为“direction=down”是向下移动。
五、设置外背景
<*body background=外背景地址><*/body>
六、图片加flash特效
1、无边框
<*center><*table height=450 cellspacing=0 cellpadding=0 width=500 background=pcera/photo/hua/26/12.jpg><*tbody><*tr><*td><*embed src=imgfree.21cn/free/flash/6.swf width=500 height=400 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"><*/p><*/td><*/tr><*/tbody><*/table>
效果如下:
2、带边框
<*center><*table height=450 cellspacing=0 cellpadding=0 width=500 background=pcera/photo/hua/26/12.jpg border=2 bortercolor="000000"><*tbody><*tr><*td><*embed src=imgfree.21cn/free/flash/6.swf width=500 height=400 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"><*/p><*/td><*/tr><*/tbody><*/table>
效果如下:
<*center><*table height=450 cellspacing=0 cellpadding=0 width=500 background=pcera/photo/hua/26/12.jpg border=2 bortercolor="000000"><*tbody><*tr><*td><*embed src=imgfree.21cn/free/flash/6.swf width=500 height=400 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"><*/p><*/td><*/tr><*/tbody><*/table>
效果如下:
3、带边框两层flash
<*center><*table height=450 cellspacing=0 cellpadding=0 width=500 background=pcera/photo/hua/26/12.jpg border=2 bortercolor="000000"><*tbody><*tr><*td><*embed align=right src=ase/swf/red/liu.swf width=500 height=250 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"><*br><*br><*embed align=right src=imgfree.21cn/free/flash/6.swf width=500 height=450 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"><*br><*/p><*/td><*/tr><*/tbody><*/table>
效果如下:
<*center><*table height=450 cellspacing=0 cellpadding=0 width=500 background=pcera/photo/hua/26/12.jpg border=2 bortercolor="000000"><*tbody><*tr><*td><*embed align=right src=ase/swf/red/liu.swf width=500 height=250 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"><*br><*br><*embed align=right src=imgfree.21cn/free/flash/6.swf width=500 height=450 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"><*br><*/p><*/td><*/tr><*/tbody><*/table>
效果如下:
4、两个flash上下排列
<*center><*table cellspacing=0 cellpadding=0 width=400 height=300 background=pcera/photo/hua/26/12.jpg border=2 bortercolor="000000"><*tbody><*tr><*td><*embed src=ase/swf/red/liu.swf width=400 height=150 type=application/x-shockwave-flash tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"><*br><*br><*embed src=imgfree.21cn/free/flash/6.swf width=400 height=150 type=application/x-shockwave-flash tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent"><*/p><*/td><*/tr><*/tbody><*/table>
效果如下:
七、图片特殊处理:
此为原图片:
1、将图片倒置(映):
<*img src=图片地址 >
效果如下:
2、将图片转向:
<*img src=图片地址 >
效果如下:
3、将图片罩面纱:
<*img src=图片地址 >
效果如下:
4、将图片扭曲:
<*img src=图片地址 >
效果如下:
5、将图片去掉彩:
<*img src=图片地址 >
效果如下:
6、椭圆形的朦胧效果:
<*img src=图片地址 >
效果如下:
八、插入网页
<*center><*iframe src=网页地址 width=宽度 height=高度><*/iframe>
注:宽、高可根据自己需要进行调整。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论