五折窗花剪纸图案大全:怎么弄空间皮肤的代码?

来源:百度文库 编辑:中科新闻网 时间:2024/04/26 09:18:39
如果自己做了Q-ZONE的皮肤,要用的话据说要弄代码,怎么弄啊?
拜托可以告诉我么?

1.字体
① 字体加粗与改变颜色代码
{/textarea}{B}{font COLOR=颜色代码}你输入的字{/B}
② 发光字体代码
{/textarea}{table style="FILTER: glow(color=#6699FF,direction=2)"}{font color=#ffffff size=2}你要的文字{/font}{/table}
2.背景图片代码
{/textarea}{BODY BACKGROUND="背景地址"}
3.音乐代码
[代码中的音乐地址就是网上以.mp3/.midi/.wma/.wmv结尾的网址] 背景音乐代码
① 显示播放器
{/textarea}{embed src=http://你的音乐地址}
② 不显示播放器
(由于日记标题有字数限制,所以请大家选择较短的音乐地址,否则背景音乐将失效)
{/textarea}{embed src=http://你的音乐地址 width="0" height="0" loop="999"}
贴rm,ra,ram类型的音乐,代码如下:
{/textarea}{embed width="0" height="0" type="audio/x-pn-realaudio-plugin" autostart="true" controls="ControlPanel" src="音乐源地址";}
播放Mid格式的音乐 :
{/textarea}{embed src="音乐源地址" type="audio/midi" hidden="false" autostart="true" loop="true" height="20" width="200"}{/embed}
播放.Avi.Mpg格式的音乐:
{/textarea}{embed src="音乐源地址" border="0" width="320" height="240" type="application/x-mplayer2"}{/embed}
播放.Mp3.Mov格式的音乐:
{/textarea}{embed controller="true" width="200" height="20" src="音乐源地址" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"}{/embed}
贴midi,asf,wma,asx类型的音乐 ,代码如下:
{embed autostart="true" loop="-1" controls="ControlPanel" width="0" height="0" src="音乐源地址";}
4.播放 flash 动画
[代码中的Flash特效地址就是网上以.swf结尾的网址]
代码1:{/textarea}{embed src=你的Flash地址 wmode=transparent width=380 height=270}
代码2:{/textarea}{embed align=middle src=你的FLASH地址 width=400 height=350 type=application/x-shockwave-flash}{/p}
代码3:{/textarea}{embed src=你的flash地址 wmode=transparent style="position absolute"}
5.视频MTV代码
[代码中的视频文件地址就是网上以.rm结尾的网址]
{/textarea}{embed src=你的视频文件地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=124 width=180 autostart=true loop=true}{br}
注:播放器的大小可以自己调整代码中的数值,只需改height =“高度”,width =“宽度”
6.电台代码
[代码中的电台地址就是网上以.asp结尾的网址]
{/textarea}{embed src=你的电台地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=124 width=180 autostart=true loop=true}{br}
7. 插入超连接
{/textarea}点击{a href='http://你要链接的地址' target='_blank'}文字说明{/a}
图片的创建链接方法
〔img〕空间上传的图片地址〔/img〕{/textarea}{a href="http://44539306.q-zone.qq.com" title="谢谢一直以来对我的支持",_blank>
注:如果该链接为恶意链接的话,腾讯会自动屏蔽,请大家不要乱用
8.插入表格
{/textarea}{table border="2" width="340" bordercolor="#0000ff" bgcolor="#cococo"}{tr}{td width="100%"}{p align="center"}{/td}{/tr}{/table}
9.网页透明代码
{/textarea}{BODY background-color:transparent}
http://www.leiyu668.com/flash/TMF/tmf02.htm
10.颜色代码
http://www.ezhy.com/zhiyong/color.htm

学习了