
|
上网时间长了,也学了不少东西,不过却很少写出来,今天特意花时间到网上收集了博客上装饰的各种实用代码来,与大家分享,希望大家能喜欢~~~ 代码不要求大家看懂,只要知道怎么用就可以了.可能有人还不知道.我就顺便说下方法. 首先登陆,然后点标题图下面一排最右边的"进入管理"到管理页面里,再点"个人门户设置"→"自定义html" ,代码就放在那里面.
特效文字代码,在下面这个页面上 http://youyougood.blog.hexun.com/7211154_d.html
透明flash背景地址,在下面的页面上 http://youyougood.blog.hexun.com/7211026_d.html
加入透明Flash背景的代码. <embed src="Flash地址"; width="画面宽度" height="画面高度" quality="high" wmode="transparent" align="center" style="position: absolute; left:0; top:0">
下面是3个很经典的背景动画代码示例,更多的动画地址请到上面那地址里找,用法都一样,就把代码中动画的地址换下而已~~ 流星背景
<EMBED style="RIGHT: 0px; WIDTH: 1000px; POSITION: absolute; TOP: 0px; HEIGHT: 1600px" align=right src=http://www.gxblk.com/flash/jinyu.swf type=application/octet-stream ;; quality="high" wmode="transparent"></EMBED> 蝴蝶背景 <EMBED style="RIGHT: 0px; WIDTH: 1000px; POSITION: absolute; TOP: 0px; HEIGHT: 1600px" align=right src=http://imgfree.21cn.com/free/flash/9.swf type=application/octet-stream ;; quality="high" wmode="transparent">
播放器 第一种样式 <embed src=http://files.17173.com/ddr/music/hfmusic2/ahgbm.mp3 autostart=false loop=true width=200 height=200> 第2种样式
我的播放器 <object id=nstv classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 width=178 height=45 codebase=http://activex.microsoft.com/activex/controls/ 循环背景音乐(每次打开页面的背景音乐都不一样) <script> var i = Math.round(Math.random()*30); var gettype = browsername; if (gettype=="Netscape") { document.write('<embed src="http://www.dabaoku.com/bjyinyue/mid/'+i+'.mid" autostart=true WIDTH=100 HEIGHT=80 REPEAT=TRUE>')} else {document.write('<bgsound src=http://www.dabaoku.com/bjyinyue/mid/'+i+'.mid loop=-1>') } </script> 上面那个随机背景音乐是不错,可是并不是我们喜欢的音乐,怎么办呢,你可以自己去申请个播放器,往里面添加自己的音乐就是了,申请地址是
特别注意:这代码和其他代码放的地方是不一样的,其他代码是放在"自定义HTML页"里的,而在个代码要放在日记的"代码"里,也就是下面"设计""代码""预览"中的. <TABLE align=center background="背景图" border=0 cellPadding=0 cellSpacing=0 borderColor=#ffff00 width="100%"><TBODY><TR><TD> 内容,文字或图片..... </TD></TR></TBODY></TABLE>
新闻代码 新浪的: <IFRAME border=0 name=sina_roll marginWidth=0 marginHeight=0 src="http://news.sina.com.cn/o/allnews/input/index.html" frameBorder=No width="100%" scrolling=no height=15></IFRAME>
百度的 <div align=center><iframe id="baiduframe" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" google的
MTV音乐歌曲连播代码 细线表格制做 <div align="center">
免费手机地理位置查询代码 <form method="POST" action="http://www.imobile.com.cn/simcard.php" target="_blank">
<form name=frmIp1 action="" method=post onsubmit="deal1(this);return false"> 第2种(我用的这种)
聊天室申请:http://say-on.com/ 就是我个人门户页面上的那个 天气预报代码4 天气预报代码5(比较小巧,推荐) <iframe src="http://weather.265.com/weather.htm" width="180" height="52" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<SCRIPT> function chplay () <SCRIPT> <SCRIPT language=JavaScript><!-- function getCookieVal(offset)
//-->
向上跑的公告栏代码(挺好的)
个性鼠标代码:
以上就是添加个性鼠标的代码,选择一个好看的鼠标, 鼠标地址下面有: http://youyougood.blog.hexun.com/7212673_d.html
加入时钟代码: 时钟地址在下面这个页面上 http://youyougood.blog.hexun.com/7212791_d.html
挂件代码 一些挂件图片的地址 |

