1、案列:桌面右键.新建一个记事本,命名为index.html.
2、桌面就会出现一个主页的文件,也就是index.html.用编辑网页的工具打开它,我这里用的是Dreamweaver修改的.,我们查看代码.然后将代码全部删除掉.
3、加入以下代码<style type="text/css"><!--body { background-color: #333333;}--></style> <div style="overflow:hidden; width:1200px; height:1200px;"><iframe src="http://你的所需添加网址" frameborder="0" scrolling="no" style="margin-left:55px; margin-top:-0px; width:1200px; height:1200px;"></iframe></div>
4、把上面代码替换进去(在“你的所需添加网址”的地方写你的网站),然后保存就好了
5、上传到你的服务器或者虚拟主机,看看效果吧 ,呵呵