- 主题
- 0
- 积分
- 2
- 贝壳
- 2 个
- 性别
- 男
- 来自
- 黑色海岸线
- 注册时间
- 2004-5-25
- 最后登录
- 2010-5-18
|
QQ空间放烟花、即时新闻代码
加载网页代码:
<iframe src="http://网站地址" width="580" height="200" SCROLLING=no></iframe>
参数说明:
width:宽度
height:高度
SCROLLING=no:不显示滚动条,如果要显示就是:SCROLLING=yes
例如这个放烟花的网页代码是:
<iframe src="http://www.qqjia.com/love/zhufu.htm" width="580" height="330" SCROLLING="no"></iframe>
即时CCTV新闻代码:
<iframe src="http://www.cctv.com/homepage/46/index.shtml" 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" width="354" height="16" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
效果:
详细步骤:
1、新建一个模块:
“自定义”--“个性设置”--“新建模块”点了之后有一个窗口出来,是给模块起名字的,这个你自己想了。起好模块名字,“提交”后就出另外一个窗口了。(当然,也可以在你原有的新建模块里增加一个项目)。
2、填代码:
在这个新出来的窗口里找到“评论”这个项。在里面填入以上代码。(图片栏和地址栏的http如果不需要可以删除)
3、保存
要注意的是,网页的大小靠代码里的width和 height的开控制 |
|