2010-04-09 15:15:12 阅读7 评论0 字号:大中小
引用
的
的
的
一,基本代码
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>
字体删除线: <s>写上你想写的字</s>
9)字体加大: <big>写上你想写的字</big>
10)字体控制大小:<h1>写上你想写的字</h1> (其中字体大小可从h1-h5,h1{zd0},h5最小)
11)更改字体颜色:<font color="#value">写上你想写的字</font>(其中value值在000000与ffffff(16位进制)之间
12)xx连接的下划线:<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>
1原始文字样式:<pre>正文</pre>
19)换帖子背景:<body background="背景图片地址">
20)固定帖子背景不随滚动条滚动:<body background="背景图片地址" body
bgproperties=fixed>
21)定制帖子背景颜色:<body bgcolor="#value">(value值见10)
22)帖子背景音乐:<bgsound="背景音乐地址" loop=infinite>
二,制作滚动字幕
1.上下滚动:
代码:<MARQUEE style="FONT-SIZE: 12px; WIDTH: 132px; COLOR: rgb(34,34,221); LINE-HEIGHT: 17px; HEIGHT: 125px" scrollAmount=1 scrollDelay=1 direction=up height=125>这里是文字<BR></MARQUEE>
2.左右滚动:
代码:<marquee direction="left" scrollamount="1" scrolldelay="10" border="0" width=500 >
<TABLE style=" HEIGHT: 140px" align=center background=http://99927.com/client/zcsl/200644152842607.GIF border=0>
<TBODY>
<TR>
<TD style="FILTER: mask(color=#000000)" align=middle>
<P><FONT style="FONT-SIZE: 38pt" face=华文行楷 color=#336699 size=3><B></B></FONT> </P>
<P><FONT style="FONT-SIZE: 38pt" face=华文行楷 color=#336699 size=7><B>要写的文字</B></FONT></P>
<P><STRONG><FONT face=华文行楷 color=#336699 size=3></FONT></STRONG> </P></TD></TR></TBODY></TABLE><P></P>4.图片插入文字{tx}代码
<TABLE style=" HEIGHT: 164px" borderColor=#00fa9a height=164 width=706 align=center background=图片地址 border=3>
<TBODY>
<TR>
<TD>
<MARQUEE scrollAmount=3 direction=down behavior=alternate height=150>
<MARQUEE scrollAmount=3 behavior=alternate width=750><IMG src=" face=华文行楷 color=#800080 size=30><B><FONT face=楷体_GB2312 color=#00ffff>要写的文字</FONT><IMG src=">
</MARQUEE></TD></TR></TBODY></TABLE>
<DIV> </DIV>
三.添加播放器
1.不使用播放器
代码: <BGSOUND src="音乐文件地址" loop=infinite>
代码说明:蓝色部分为音乐文件的地址,由于此代码不使用播放器,所以可以加入文章中的源代码后,变成某个文章的背景音乐。
2.Windows Media Player:
代码:<DIV><OBJECT height=185 width=179 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6><PARAM VALUE="音乐文件地址"><PARAM VALUE="infinite"><PARAM VALUE="1"><PARAM VALUE="50"><PARAM VALUE="full"><PARAM VALUE="1"></OBJECT></DIV>
代码说明:蓝色部分为音乐文件的地址,绿色的数字表示是否自动播放,更改为"0"时不会自动播放,"1"的时候是自动播放。
3.透明播放器代码<TABLE style="FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)xray(); WIDTH: 200px; HEIGHT: 40px">
<TBODY>
<TR>
<TD><EMBED style="BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid" src=歌曲地址 width=200 height=30 type=audio/x-mplayer2 loop="-1" autostart="0" volume="0" EnableContextMenu="0" showstatusbar="0" console="video"></TD></TR></TBODY></TABLE>
4.{wn}播放器代码
<DIV><EMBED style="BORDER-RIGHT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid" codeBase=,0,5,0803 src=音乐文件地址 width=179 height=185 type=application/x-oleobject classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" standby="Loading Windows Media Player components..." loop="3"></EMBED></DIV>
代码说明:紫色部分为音乐文件的地址,蓝色数字闻为重复播放次数,可替换成你想要的数字,如果需要改成{yj}循环可以修改为"infinite"。5.隐形播放器代码如下:<EMBED src=http://mp3.baidu.com/u?u=音乐文件网址 width=0 height=0 type=audio/mpeg Loop="true" AutoStart="true">
四,访问者停留时间计数器
编辑-排版-模块-添加自定义HTML 然后把 <p align=center>您在这里停留了:</p>
<p align=center><IMG height=20 src="" width=15><IMG height=20 src="" width=15> 分 <IMG height=20 src="" width=15><IMG height=20 src="" width=15> 秒</p> 复制上去
还有一个 这个比较好看点 <DIV align=center><IMG height=73 src="http://album.sina.com.cn/pic/4723cdbf020002ub" width=32 border=0><IMG height=73 src="http://album.sina.com.cn/pic/4723cdbf020002uc" width=88 border=0><BR><IMG height=47 src="http://album.sina.com.cn/pic/4723cdbf020002ud" width=32 border=0><IMG height=47 src="http://album.sina.com.cn/pic/4723cdbf020002ue" width=88 border=0></DIV><BR>
又一个
<P><IMG src="http://img451.imageshack.us/img451/5681/17sw.gif" border=0 width="67" height="70">
<IMG src="http://img451.imageshack.us/img451/2654/26mf.gif" border=0 width="33" height="70">
<IMG src="http://img451.imageshack.us/img451/7677/38qp.gif" border=0 width="33" height="70">
<IMG src="http://img451.imageshack.us/img451/4378/42zs.gif" border=0 width="85" height="70"></P>
其中的"您在偶滴家家停留了:" 等等)
五,友情连接
编辑-排版-模块-添加自定义HTML 然后把<marquee beha
vior="scroll" direction=right width="90%" height="100" scrollamount="2" scrolldelay="30" ><a target="cont" href="对方地址"><img src="对方图片" width="100" height="100" border="0"></a></marquee> 复制上去就行了.
要想加多个的话就把<a target="cont" href="对方地址"><img src="对方图片" width="100" height="100" border="0"></a> 加在{zh1}那个</marquee>的前面
其中的 direction= 是图片移动方向 up down right left 任意添写
六,首页FLASH与日志里的FLASH
1)首页FLASH: 找到FLASH地址 后{dy}步,复制动画图片的地址—>第二步回到你的博客鼠标指向你博客左
上端向下的箭头——>这时弹出一个长条框鼠标点击<装扮博客>——>点击
<设置首页内容>——>在弹出框的左下角点击<添加自定义模块>——>在弹
出框中点击添加Flash——>在弹出框中粘贴地址——>粘贴后加题目确定。(2)日志里的FLASH: 复制代码——>点击写日记——>点击全部功能——>点击<>——>粘贴代码.
日志里FLASH的代码是:
<EMBED pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src= FLASH地址 width=800 height=600 type=application/x-shockwave-flash quality="high">
七、如何制作流动的图片
代码如下:只要把红色部分换成自己的图片地址即可
<table width="200" border="0" cellspacing="0" cellpadding="0" height="143" style="border:#333366 3 double">
<tr>
<td background="3d2.jpg" title="360全景图单击开始播放"><marquee style="cursor:hand" behavior=scroll direction=left width=200 height=143 scrollamount=2 scrolldelay=0 loop=1 on click='this.start()' on mouseover='this.stop()' on mouseout='this.start()'><img src="3.jpg" width="811" height="143"><img src="1.jpg" width="811" height="143"><img src="2.jpg" width="811" height="143"><img src="4.jpg" width="811" height="143"></marquee></td>
</tr>
</table>八、如何制作带流动文字的音乐图片
<marquee width="98%" scrollamount="3">在这儿写上自己想写的文字</marquee><embed allowScriptAccess="never" allowNetworking="internal" src="" pluginspage="" type="application/x-shockwave-flash" wmode="transparent" quality="high" width="{bfb}" autostart="0"></embed>
(把蓝色网址换成自己喜欢的音乐网址)
一、“蝶恋花”代码:
<P align=center>
<TABLE style="WIDTH: 337px; HEIGHT: 450px" height=450 cellPadding=0 width=337 align=center background=http://img.blog.163.com/photo/d9bB7yXnjAyFGYOQPWw3Jw==/1453255304757575946.jpg border=0>
<TBODY>
<TR>
<TD><EMBED src=http://imgfree.21cn.com/free/flash/9.swf width=337 height=200 type=application/x-shockwave-flash quality="high" wmode="transparent" > <EMBED src=http://imgfree.21cn.com/free/flash/113.swf width=337 height=250 type=application/x-shockwave-flash quality="high" wmode="transparent" > </TD></TR></TBODY></TABLE></P>“蝶恋花”效果:
二、“执子之手”代码:
<P align=center>
<TABLE style="WIDTH: 200px; HEIGHT: 350px" height=350 cellPadding=0 width=200 align=center background=http://img.blog.163.com/photo/ju_9gdgwv8wQ0QqsFXruOw==/5678476180160884703.jpg border=0>
<TBODY>
<TR>
<TD><EMBED src= width=200 height=150 type=application/x-shockwave-flash quality="high" wmode="transparent" > <EMBED src=http://myhome.naver.net/brown444/swish/s60-m.swf width=200 height=260 type=application/x-shockwave-flash quality="high" wmode="transparent" > </TD></TR></TBODY></TABLE></P>
“执子之手”效果:
三、“痴情不改”代码:
<P align=center>
<TABLE style="WIDTH: 450px; HEIGHT: 250px" height=250 cellPadding=0 width=450 align=center background=http://img.blog.163.com/photo/oTFdAZcNhCb98Bz9qf_hUQ==/1478588052661560509.jpg border=0>
<TBODY>
<TR>
<TD><EMBED src=http://myhome.naver.net/brown444/swish/s33-m.swf width=450 height=220 type=application/x-shockwave-flash quality="high" wmode="transparent" > </TD></TR></TBODY></TABLE></P>
“痴情不改”效果:
四、“金鱼潭上蜻蜓飞”代码:
<P align=center>
<TABLE style="WIDTH: 180px; HEIGHT: 350px" height=350 cellPadding=0 width=180 align=center background=http://img.blog.163.com/photo/B-pKjIGyr3i5aX-y_k3gEw==/2561703763043967586.jpg border=0>
<TBODY>
<TR>
<TD><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://imgfree.21cn.com/free/flash/51.swf width="90%" type=application/x-shockwave-flash quality="high" wmode="transparent" ><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://imgfree.21cn.com/free/flash/17.swf width="90%" type=application/x-shockwave-flash wmode="transparent" quality="high" swf ></TD></TR></TBODY></TABLE></P>
“金鱼潭上蜻蜓飞”效果:
五、“永远和你在一起”代码:
<TABLE style="WIDTH: 230px; HEIGHT: 480px" height=480 cellPadding=0 width=230 align=center background=http://img.blog.163.com/photo/GpLV7qnCGOh576qKPWjnRg==/2583095861274108578.jpg border=0>
<TBODY>
<TR>
<TD>
<EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://myhome.naver.net/brown444/swish/s37-m.swf width="{bfb}" type=application/x-shockwave-flash/ allowscript_Access="never" wmode="transparent" quality="high" ></EMBED>
<EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://myhome.naver.net/brown444/swish/s31-m.swf width="{bfb}" type=application/x-shockwave-flash/ allowscript_Access="never" wmode="transparent" quality="high" ></EMBED>
</TR></TBODY></TABLE>“永远和你在一起”效果:
六、“欢迎光临”代码:
<TABLE style="WIDTH: 480px; HEIGHT: 300px" height=300 cellPadding=0 width=480 align=center background=http://img.blog.163.com/photo/DqpYjS5SYVzZokqzq0yMMQ==/3419358017081348070.jpg border=0>
<TBODY>
<TR>
<TD>
<EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://imgfree.21cn.com/free/flash/51.swf width="{bfb}" type=application/x-shockwave-flash quality="high" wmode="transparent" ></EMBED><DIV align=center><FONT face=楷体_GB2312><FONT size=4><FONT color=#ffffff></FONT></FONT></FONT>
<MARQUEE style="WIDTH: 435px; HEIGHT: 84px" scrollAmount=2 direction=up height=84><FONT color=#00ff00 face=隶书 size=5>
<DIV align=center><FONT face=华文行楷 color=ff0000 size=6>欢迎光大海胸怀博客乐园</FONT></DIV>
<DIV align=center> </DIV>
<DIV align=center>是网络将我们联系在一起</DIV>
<DIV align=center>是缘让我们相识</DIV>
<DIV align=center>让我们在这博客的乐园中</DIV>
<DIV align=center>携手谱写快乐篇章儿</DIV>
<DIV align=center> </DIV></FONT></MARQUEE>
</TR></TBODY></TABLE>欢迎光临效果: