设为首页
收藏本站
联系我们
导 航:首页 | QQ资讯 | QQ秘籍 | QQ下载 | QQ情话 | QQ贴图 | QQ表情 | QQ皮肤 | QQ外挂 | QQ游戏 | QQ头像 | QQ宝典 | QQ空间
Today: 本站QQ群:3382910 6041393(满)
您当前的位置:首页>QQ秘籍>正文[漂亮博客免费申请] [收藏本页] [搜索更多]
热点文章

·QQ空间Qzone4.0新版全屏操作视
·任何QQ号码免费换头像(免费蓝钻
·用户被抢走 腾讯索500百万巨款
·P2P流媒体携手政府机构 腾讯QQ
·腾讯网友盘点年度经济生活
·QQ空间大图模块:红色恋人
·QQ空间大图模块:裴涩琪
·QQ空间明星模块-甜蜜教主"王
·QQ空间专用FLASH魔法表情7款
·QQ空间个性图片模板:音乐无极

 
推荐文章

·QQ空间4.0全新全屏制作经验
·在线观看免费p2p电影,一点都不
·一步一步教你做QQ个性空间(QQ
·最新免费得Q币的方法
·QQ会员头像
·推荐!常用QQ符号大全,新整理
·卡通美女QQ头像(3)
·6月18日最新QQ空间代码,最新的
·挂八趣通宝:免费获得QQ币
·QQ会员首届头像原创设计大赛作

 

空间代码[初学者]
QQ我要爱你 www.QQ5120.com 日期:2005-11-30 14:28:23 来源:

① 调用代码    (用这个代码可以把整个网页添加到QQ空间)   [其中代码中width=\'宽度\',height=\'高度\',可以设置任意数字来更改页面大小,下面所有代码修改宽和高的方法都和这一样]

<iframe src=\'http://调用网页的地址\' width=\'628\' height=\'280\' frameborder=\'0\' scrolling=\'no\'></iframe>

  本人空间的顶部FLASH,左边的公告,右边的友情链接,最下面的所有页面都是采用的这种方法.

② Flash代码    (将网上的FLASH应用到QQ空间来)   [如果要插入普通Flash,则用第1条代码; 如果要插入透明Flash,则用第2条]

<embed src="http://你的Flash地址" width=360 height=280>

<embed src="http://你的透明Flash地址" wmode=transparent style="position: absolute" width=380 height=270>

举例:

会跳舞的女人透明效果代码

<embed src="http://biz.cnhoo.com/wz/test/jump_mm1.swf" quality="high" style="position: absolute; left: 77; top: 100; width:591px; height:414px" ;; wmode="transparent">

③ MTV代码   [下面只列举了1条常用的代码,如果要插入更多多媒体文件,请查看本人6月1日整理的页面 ]

<embed src="http://你的MTV地址" console=clip1 controls=imagewindow height=128 width=180 autostart=true loop=true>

④ 大图代码    (在空间添加整张图片)   [利用模板的重叠性,可以插入大图后将该模块拖动到上面的模块下面重叠,以达到隐藏模块名字的作用]

<img src="http://你的图片地址" width="630" height="250"></img>

⑤ 时钟代码    (提供2种方法,建议选择第1种)

方法⑴  <center><embed src="http://你的时钟地址" width="120" height="120"></embed><br><a href="" target="_blank"></a></center>

其中,时钟地址可以采用http://free1.e-168.cn/fengzhuju/previews/clocks/clock1.swf  这个地址最后的clock1.swf可以用clock1.swf到clock140.swf中间任意一个数字替换.

方法⑵  <iframe src="http://biz.cnhoo.com/wz/liaoshiqi520/shijian520.htm" marginwidth="1" marginheight="1" scrolling="no"  border="0" frameborder="0" width="132" height="21"></iframe>

⑥ 天气预报代码    (下面2种方法任选一种皆可,加到评论后自己拖动模块大小调整)

方法⑴  <iframe src=\'http://minisite.qq.com/Weather/index.html\' scrolling=\'no\' height=\'288\' width=\'222\' frameborder=\'0\' marginHeight=\'0\' marginWidth=\'0\'></iframe>

方法⑵  <iframe src=\'http://weather.qq.com/24.htm\' width=\'405\' height=\'360\' frameborder=\'0\' scrolling=\'no\'></iframe>       

⑦ 星座代码     (下面2种方法任选一种皆可,方法同上)

方法⑴  <embed src="http://image2.sina.com.cn/ast/newimage/75080_02.swf" wmode=transparent style="position: absolute" width=630 height=80>

方法⑵  <embed src="http://astro.qq.com/images/index/12star/12star.swf" wmode=transparent style="position: absolute" width=630 height=80>

⑧ 网络搜索    (可根据个人爱好选择下面2种)

Google搜索代码

<FORM method=GET action="http://www.google.com/search">

<TABLE bgcolor="#303030"><tr><td>

<A HREF="http://www.google.com/intl/zh-CN/">

<IMG SRC="http://www.google.com/logos/Logo_40wht.gif"

border="0" ALT="Google" align="absmiddle"></A>

<INPUT TYPE=text name=q size=23maxlength=255 value="">

<INPUT TYPE=hidden name=hl value=zh-CN>

<INPUT TYPE=hidden name=ie value=GB2312>

<INPUT TYPE=submit name=btnG value="Google搜索">

</td></tr></TABLE>

</FORM>

百度搜索代码

<iframe id="baiduframe" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"

  framespacing="0" frameborder="0" scrolling="no" width="468" height="60"

  src="http://unstat.baidu.com/bdun.bsc?tn=wyjxp&csid=106&rkcs=0&bgcr=303030&ftcr=ffffff&rk=1&bd=1&bdas=0">

</iframe>

⑨ 即时新闻代码    (下面只列举了2种常见的,直接复制到模块里即可,如果采用其他网站的滚动新闻,调用方法一样,只需更换地址)

CCTV新闻:      <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>

新浪滚动新闻:   <iframe src="http://news.sina.com.cn/o/allnews/input/index.html";; name="express" width="354" height="16" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>

⑩ 友情链接    (下面2种方法可以配合使用,第1种为文字型,第2种为图片型,都是滚动链接)    [举例见标准格式第1行链接≯童話℃空間≮的示范,愿意和本人建友情链接的复制即可]

拉链友情链接代码

<select name=\'FriendSite\' onchange="if(this.options[this.selectedIndex].value!=\'\'){window.open(this.options[this.selectedIndex].value,\'_blank\');}" size="1" style="border-style: dashed; border-width: 1px">

<option value=\'\'>友情文字链接站点</option>

<option value="空间地址">空间名称</option>

<option value="空间地址">空间名称</option>

本新闻共3页,当前在第1页  1  2  3  

进入QQ我要爱你论坛交流!


[关闭本页] [返回顶部]
上一篇:QQ空间最新代码
下一篇:qq代码


∷相关文章∷

·QQ空间Qzone4.0新版全屏操作视频教程
·P2P流媒体携手政府机构 腾讯QQLive再开先河
·QQ空间大图模块:红色恋人
·QQ空间大图模块:裴涩琪
·QQ空间明星模块-甜蜜教主"王心凌" (网友原创)
·QQ空间专用FLASH魔法表情7款
·QQ空间个性图片模板:音乐无极限 我有我自在
·QQ空间黑色大图模块:抱紧我!不要离开!
·QQ空间大图模块:黑色性感
·QQ空间4.0全新全屏制作经验