首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

DreamWeaver中写asp页head.asp有关问题

2012-02-21 
DreamWeaver中写asp页head.asp问题index页代码如下:headmetahttp-equiv Content-Type content tex

DreamWeaver中写asp页head.asp问题
index页代码如下:
<head>
<meta   http-equiv= "Content-Type "   content= "text/html;   charset=gb2312 "   />
<!--#include   file= "head.asp "-->
<title> 无标题文档 </title>
</head>
<body>
<table   width= "800 "   height= "400 "   border= "0 "   bgcolor= "#FF6600 "   align= "center ">
    <tr>
        <td> &nbsp; </td>
        <td> &nbsp;   </td>
        <td> &nbsp; </td>
    </tr>
</table>

</body>
<br>
<!--#include   file= "foot.asp "-->
为什么在DreamWeaver中的设计状态下看不到index页中的表呢?是不是head将其盖住了?怎么才能在DreamWeaver中的设计状态下看到此处画的表?

[解决办法]
那要看你head.asp中的内容,是否含有 </html> 之类的
[解决办法]
你在做head文件的时候把 <HTML> <head> <title> </title> </head> <body> </body> </HTML> 这些全都都取掉,只留下 <table> </table> 这些内容,就可以在DW环境下看到了

热点排行
Bad Request.