嵌入页面代码
嵌入页面就是把整个网页页面发到论坛里。
代码如下:
<IFRAME marginWidth=0 marginHeight=0 src="网页连接地址" width=100% height=4610 frameBorder=0 scrolling=auto></IFRAME>
frameborder=0 窗口边框的设置,yes表示有边框,no表示没有边框
marginwidth=0 marginheight=auto 设置窗口的上下左右边界宽度,如果不设置,由浏览器自动决定。
scrolling=0 滚动条设置,yes 表示有,no表示没有,auto表示由浏览器自动设置。
width=100% height=4610 窗口显示的大小宽和高。