|
|||||||||||||||||||||
| E-ZONE空间加载网页代码、即时新闻代码 |
|
加载网页的代码: <iframe src=http://www.9e3.com/index.html width=580 height=330 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe> 参数说明: width:宽度 height:高度 SCROLLING=no:不显示滚动条,如果要显示就是:SCROLLING=yes 即时CCTV新闻代码: <iframe src=http://www.cctv.com/homepage/46/index.shtml width=354 height=16 marginwidth=0 marginheight=0 hspace=0 vspace=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 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe> 效果: 详细步骤: 1、新建一个模块: “自定义”--“个性设置”--“新建模块”点了之后有一个窗口出来,是给模块起名字的,这个你自己想了。起好模块名字,“提交”后就出另外一个窗口了。(当然,也可以在你原有的新建模块里增加一个项目)。 2、填代码: 在这个新出来的窗口里找到“评论”这个项。在里面填入以上代码。(图片栏和地址栏的http如果不需要可以删除) 3、保存 要注意的是,网页的大小靠代码里的width和 height的开控制。 |
|
|||||||||||||||||||||