10、背景音乐代码 (写在日记标题里)
显示播放器
<embed src=http://你的音乐地址>
不显示播放器 (由于日记标题有字数限制,所以请大家选择较短的音乐地址,否则背景音乐将失效)
<embed src=http://你的音乐地址 width="0" height="0" loop="999">
代码中的音乐地址就是网上以.mp3/.midi/.wma/.wmv结尾的网址
11、视频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 =“宽度”
12、电台代码 (写在日记内容里)
<embed src= http://你的电台地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=124 width=180 autostart=true loop=true>
代码中的电台地址就是网上以.asp结尾的网址
13、修改字体和颜色
<b><font face=华文行楷 size=5 color=#ff0000>要修改字体和颜色的字
变换字体颜色只需替换color = 后面的代码,好看的字体颜色有: #ff1493 #228b22 #4169e1 #9400d3 #ff0000 #daa520
14、插入图片
<img src="http://你的图片地址" border="0" width="344" height="255">
代码中的图片地址就是网上以.jpg/.bmp/.gif结尾的网址
(此条代码QQ空间里可以用,上面那条暂不可用)
15、插入超链接
点击<a href=’http://你要链接的地址’ target=’_blank’>文字说明
请注意:如果该链接为恶意链接的话,腾讯会自动屏蔽,请大家不要乱用
16、插入滚动新闻
CCTV新闻:
<table border=0 cellspacing=1 cellpadding=0 width=’98%’>
<td valign="top"><div align="center">
<iframe src="http://www.cctv.com/homepage/46/index.shtml"; name="express" width="354" height="16" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe></div></table>
新浪新闻:
<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>
