说 的个人资料海南仙岛照片日志列表更多 ![]() | 帮助 |
|
11月20日 网页代码1.上下滚动的文字
<MARQUEE scrollAmount=2 scrollDelay=200 direction=up width="100%" height=210><FONT style="LINE-HEIGHT: 180%; LETTER-SPACING: 3px" color=#ffffff>所要写的字</FONT></MARQUEE>
2.QQ留言
<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=自己的QQ号&Site=spohome.blogchina.comMenu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:24344022:13 alt="有事儿您Q我!"></a>
3.走马灯
<marquee width="157" height="21">欢迎光临
4.把整个网站加入空间的界面
<iframe name="I1" src="http://网站地址" width="852" height="1440">
5.播放Flash
<embed src=’http://你的Flash地址’quality=high pluginspage=’http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash’ type=’application/x-shockwave-flash’ width=330 height=240>
注:Flash地址就是网上以.swf结尾的网址
6.背景音乐代码
<embed src=http://你的音乐地址 width="0" height="0" loop="999">
注:代码中的音乐地址就是网上以.mp3/.midi/.wma/.wmv结尾的网址
7.视频MTV代码
<embed src= http://你的视频文件地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=124 width=180 autostart=true loop=true>
注:代码中的视频文件地址就是网上以.rm结尾的网址。播放器的大小可以自己调整代码中的数值,只需改height =“高度”,width =“宽度”
8.花样文字
1).艺术字代码发光文字代码:
<table style="FILTER: glow(color=#6699FF,direction=2)">
<font color=#ffffff size=2>要修改的文字</font></table> 其中color是阴影的颜色,可以配合网页色调改变,direction是设置阴影的强度,font color是原字体的颜色。 2).浮雕的文字:
<table style="FILTER: dropshadow(color=#6699FF, offx=1, offy=1, positive=1);"><font color=#ffffff>要修改的文字</font></table>
其中color是阴影的颜色,可以配合网页色调改变,positive是设置阴影的强度,offx和offy是设置的阴影和文字的距离,font color是原字体的颜色。 3).阴影的文字:
<table style="FILTER: dropshadow(color=#cccccc, offx=2, offy=2, positive=2);"><font color=#6CABE7 size=2>要修改的文字</font></table>
9.插入滚动新闻
新浪新闻:
<table border=0 cellspacing=1 cellpadding=0 width=’98%’>
<tr align=center><td colspan=15 align=center bgcolor=’#FFFFFF’ height=30><iframe name=sina_roll src=http://news.sina.com.cn/o/allnews/input/index.html height=15 width=100% Frameborder=No Border=0 Marginwidth=0 Marginheight=0 Scrolling=No></iframe></td></tr></table> 使用方法:在“发表文章”和“编辑文章”的最左下角,有个“显示源代码”,在前面的小方框上打上勾,就会发现每段文字前后有“<DIV></DIV>”这样的东西,其实这也是一个代码,就是我们平时写文章时默认的一个代码。如果在新浪博客里使用以上那些代码,就要先显示源代码,把<DIV></DIV>这样的东西都删掉,再写入你要写的代码,然后发表就可以了,以上的几条只是使用起来最简单的,用起来稍微复杂些的,可以改变鼠标样式和博客背景,以及一些漂浮物品和某些场合下加入一些自制的Flash等的,那就不多介绍了
引用通告此日志的引用通告 URL 是: http://hainanxiandao.spaces.live.com/blog/cns!36D59D9C3B01939D!605.trak 引用此项的网络日志
|
|
|