假设您的网页的源代码是:

<html>
<head>
<title>我的网页</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
全国花卉、苗木价格
</body>
</html>

您把共享的代码插入后,就变成:(红色部分为共享代码)

<html>
<head>
<title>我的网页</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
全国花卉、苗木价格
<IFRAME marginWidth=0 marginHeight=0 src="http://www.chinaforestry.com.cn/zxzx/index1.aspx?bid=0"
frameBorder=0 scrolling=auto width=100% height=650></IFRAME>

</body>
</html>

在浏览器中查看修改后的网页,就能显示了。