<marquee behavior="scroll" direction="left" loop="-1" scrollamount="1" scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()">
<span class="style1"><big>欢迎光临<big> <a href=http://zsr826.heima.com> ><b><u>漫步沙滩</u>></b></a></span>
</marquee>
flash上传代码
<embed src=http://www.mypcera.com/flash/katong/images/03212.swf width=500 height=500>
签名
到修改信息,把代码 <img id="ibtnface" alt src="图片地址" border="0" width="128" height="128"></p> 帖到签名那里。
1★ 贴图:<img src="图片地址">
2)加入连接:<a href="所要连接的相关地址">写上你想写的字</a>
3)在新窗口打开连接:<a href="相关地址" target="_blank">写上要写的字</a>
4)移动字体(走马灯):<marquee>写上你想写的字</marquee>
5)字体加粗:<b>写上你想写的字</b>
6)字体斜体:<i>写上你想写的字</i>
7)字体下划线: <u>写上你想写的字</u>
8)字体删除线: <s>写上你想写的字</s>
9)字体加大: <big>写上你想写的字</big>
10)字体控制大小:<h1>写上你想写的字</h1> (其中字体大小可从h1-h5,h1最大,h5最小)
11)更改字体颜色:<font color="#value">写上你想写的字</font>(其中value值在000000与ffffff(16位进制)之间
12)消除连接的下划线:<a href="相关地址" style="text-decoration:none">写上你想写的字</a>
13)贴音乐:<embed src="音乐地址" width="宽度" height="高度" autostart=false>
14)贴flash: <embed src="flash地址" width="宽度" height="高度">
15)贴影视文件:<img dynsrc="文件地址" width="宽度" height="高度" start=mouseover>
16)换行:<br>
17)段落:<p>段落</p>
18)原始文字样式:<pre>正文</pre>
19)换帖子背景:<body background="背景图片地址">
20)固定帖子背景不随滚动条滚动:<body background="背景图片地址" body
bgproperties=fixed>
21)定制帖子背景颜色:<body bgcolor="#value">(value值见10)
22)帖子背景音乐:<bgsound="背景音乐地址" loop=infinite>
23)贴网页:<iframe src="相关地址" width="宽度" height="高度"></iframe>
2.移动的文字或者图片
<*marquee direction=left>文字或图片<*/marquee> 说明: left 向左移动
<*marquee direction=right>文字或图片<*/marquee> 说明: right 向右移动
<*marquee behavior=scroll>文字或图片<*/marquee> 说明: scroll 一圈一圈绕着走
<*marquee behavior=slide>文字或图片<*/marquee> 说明: slide 只走一次
<*marquee behavior=alternate>文字或图片!<*/marquee> 说明:alternate 来回走
文字向上滚注意文字分行并拉开行距:
<*marquee direction=up scrollamount=3>文字<*/marquee>
阴影文字 shadow效果代码如下(使用时请去除*号):
<*p align=center><*font style="font-size: 60pt; filter: shadow(color=white); width: 100%; color: yellow; line-height: 150%; font-family: 方正舒体"><*b>阴影文字<*/b><*/font><*/p>
会动的字
<*marquee behavior=alternate>
<*marquee behavior=alternate><*font face=宋体 color=red size=4>
<*marquee direction=up behavior=alternate width=60 height=120>月<*/marquee><*font color=orange>
<*marquee direction=up behavior=alternate width=60 height=80>光<*/marquee><*font color=#ff8ca9>
<*marquee direction=up behavior=alternate width=60 height=120>岛<*/marquee><*font color=green>
<*marquee direction=up behavior=alternate width=60 height=80>静<*/marquee><*font color=blue>
<*marquee direction=up behavior=alternate width=60 height=80>悄<*/marquee><*font color=#ff8ca9>
<*marquee direction=up behavior=alternate width=60 height=120>悄<*/marquee>
<*marquee direction=up behavior=alternate width=60 height=120>!<*/marquee><*font color=green><*/font><*/font><*/font>
<*/font><*/font><*/font><*/font>
<*/marquee><*/font><*/font><*/font>
3.
----- 状态栏文字一闪一闪 -----
<script language="">
<!--
var yourwords = "☆ ★ ☆ 天风自助家园 ☆ ★ ☆";
var speed = 700;
var control = 1;
function flash()
{
if (control == 1)
{
window.status=yourwords;
control=0;
}
else
{
window.status="";
control=1;
}
settimeout("flash()",speed);
}
window.onload=flash
// -->
</script>
----- 状态栏跑马灯(聚拢式) -----
<body onload="wiper()">
<script language=javascript>
<!--
function makearray(n)
{
this.length = n;
for (i=0; i<n; i++) this="";
}
stcnt = 16;
msg = "abcdefghijklmnopqrstuvwxyz";//填写成你的内容
wmsg = new makearray(32);
wmsg[0]=msg;
blnk =" ";
for (i=1; i<32; i++)
{
b = blnk.substring(0,i);
for (j=0; j<msg.length; j++)
wmsg=wmsg+msg.charat(j)+b;
}
function wiper()
{
if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
if (stcnt-- < -40) stcnt=31;
window.status = str;
timeid = window.settimeout("wiper()",150);
}
// -->
</script>
4.
连续播放歌曲
--------------------------------------------------------------------------------
<object classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95" id="mediaplayer1" width="286" height="225">
<param name="audiostream" value="-1">
<param name="autosize" value="-1">
<param name="autostart" value="-1">
<param name="animationatstart" value="-1">
<param name="allowscan" value="-1">
<param name="allowchangedisplaysize" value="-1">
<param name="autorewind" value="0">
<param name="balance" value="0">
<param name="baseurl" value>
<param name="bufferingtime" value="5">
<param name="captioningid" value>
<param name="clicktoplay" value="-1">
<param name="cursortype" value="0">
<param name="currentposition" value="-1">
<param name="currentmarker" value="0">
<param name="defaultframe" value>
<param name="displaybackcolor" value="0">
<param name="displayforecolor" value="16777215">
<param name="displaymode" value="0">
<param name="displaysize" value="0">
<param name="enabled" value="-1">
<param name="enablecontextmenu" value="-1">
<param name="enablepositioncontrols" value="-1">
<param name="enablefullscreencontrols" value="0">
<param name="enabletracker" value="-1">
<param name="filename" value>
<param name="invokeurls" value="-1">
<param name="language" value="-1">
<param name="mute" value="0">
<param name="playcount" value="1">
<param name="previewmode" value="0">
<param name="rate" value="1">
<param name="samilang" value>
<param name="samistyle" value>
<param name="samifilename" value>插入文件的地址(但这只能放一个音乐文件)
<param name="selectionstart" value="-1">
<param name="selectionend" value="-1">
<param name="sendopenstatechangeevents" value="-1">
<param name="sendwarningevents" value="-1">
<param name="senderrorevents" value="-1">
<param name="sendkeyboardevents" value="0">
<param name="sendmouseclickevents" value="0">
<param name="sendmousemoveevents" value="0">
<param name="sendplaystatechangeevents" value="-1">
<param name="showcaptioning" value="0">
<param name="showcontrols" value="-1">
<param name="showaudiocontrols" value="-1">
<param name="showdisplay" value="0">
<param name="showgotobar" value="0">
<param name="showpositioncontrols" value="-1">
<param name="showstatusbar" value="0">
<param name="showtracker" value="-1">
<param name="transparentatstart" value="0">
<param name="videoborderwidth" value="0">
<param name="videobordercolor" value="0">
<param name="videoborder3d" value="0">
<param name="volume" value="-600">
<param name="windowlessvideo" value="0">
</object>
特效文字代码:
<table style="filter: glow(color=#0000ff, strength=5)" width=255>要产生光晕效果的文字</table>
<table style="filter: shadow(color=#00ff00, strength=5)" width=255>要产生阴影效果的文字</table>
交替效果。代码如:
<marquee scrollamount=2 width=300 behavior=alternate >嗨!人生得意须尽欢,你呢?</marquee>
4.
---- 文字不停闪烁 -----
<script language="">
<!--
var yourwords = "欢迎来到网页特效世界,请多提意见。谢谢! ";
var speed = 700;
var control = 1;
function helpor_net()
{
if (control == 1)
{
window.status=yourwords;
control=0;
}
else
{
window.status="";
control=1;
}
settimeout("helpor_net()",speed);
}
helpor_net()
// -->
</script>
----- 有影子的数字时钟 -----
''''+thistime+'''''''')
document.bgclocknoshade.document.write(''''''''+thistime+'''''''')
document.close()
}
var timer=settimeout("www_helpor_net()",200)
}
www_helpor_net();
//-->
5.logo(图片)的连接代码:
第一种:<a href="插入要连接的地址" target=_blank title="随便写点什么比如:欢迎光临"><img border=0 src="插入logo图片的地址"></a>
第二种:<a href="主页地址" target=_blank><img alt=你的主页名称 src="你的logo图片地址" border=0></a>
第三种:<a href="主页地址" target=_blank><img height=31 src="logo图片地址" width=88 border=0></a>
飞舞的字:
<marquee scrollamount=8 direction=right behavior=alternate><b><font color=#7700bb size=5><font color=lime>
<marquee direction=up behavior=alternate width=40 height=200 align="middle">缘</marquee><font color=red>
<marquee direction=up behavior=alternate width=40 height=150>分</marquee><font color=orange>
<marquee direction=up behavior=alternate width=40 height=200>的</marquee><font color=fuchsia>
<marquee direction=up behavior=alternate width=40 height=150>天</marquee><font color=olive>
<marquee direction=up behavior=alternate width=40 height=200>空</marquee><font color=green>
<marquee direction=up behavior=alternate width=40 height=150>欢</marquee><font color=red>
<marquee direction=up behavior=alternate width=40 height=200>迎</marquee><font color=orange>
<marquee direction=up behavior=alternate width=40 height=150>您</marquee><font color=orange></font></b></marquee>
6.
插入视频,mp3音乐,电影等
-----------------------------------
代码如下:
-----------------------------------
1:
-----------------------------------
<object classid=clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95 codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#version=7.0
width=200 height=150
id=nsplay0 name=nsplay
type=application/x-oleobject viewastext
standby="loading microsoft windows media player components..." border="0">
<param name="audiostream" value="1">
<param name="filename" value="
http://www.tf168.com/perweb/musicfile/10.mid">
</object>
-------------------------------
2:
-------------------------------
<object id=wmplayer style="left: 0px; top: 0px" height=300 width=400 classid=clsid:6bf52a52-394a-11d3-b153-00c04f79faa6><param name="url" value="
http://www.anyp.cn/images/amusement/weekly/video/2004_170_10.wmv"><param name="rate" value="1"><param name="balance" value="0"><param name="currentposition" value="0"><param name="defaultframe" value=""><param name="playcount" value="1"><param name="autostart" value="-1"><param name="currentmarker" value="0"><param name="invokeurls" value="-1"><param name="baseurl" value=""><param name="volume" value="50"><param name="mute" value="0"><param name="uimode" value="full"><param name="stretchtofit" value="0"><param name="windowlessvideo" value="0"><param name="enabled" value="-1"><param name="enablecontextmenu" value="-1">``param name="fullscreen" value="0"><param name="samistyle" value=""><param name="samilang" value=""><param name="samifilename" value=""><param name="captioningid" value=""><param name="enableerrordialogs" value="0">``param name="_cx" value="10583"><param name="_cy" value="7938"></object>
------------------------------
3:
------------------------------
<p align=center><span class=pg id=xydwtext><embed name=player34 src=地址 width=500 height=400 type=application/smil _extentx="9657" _extenty="847" shuffle="0" prefetch="0" nolabels="0" clicktoplay="-1" loop="-1" numloop="0" autostart="-1" controls="imagewindow,statusbar,controlpanel"></embed> </span></p>
<p align=center><font color=#ff0000>花香娱乐网!本站影片视频均可观看,稍等一会,影片下载中!</font></p><body >
图片加上flash
<table cellspacing=2 cellpadding=3 width=400>
<tbody>
<tr>
<td background=图片地址>
<p><embed pluginspage=http://www.macromedia.com/go/getflashplayer src=flash地址 width=400 height=431 type=application/x-shockwave-flash quality="high" wmode="transparent"></p></embed></td></tr></tbody></table>
www.shanshan.bbs.vg