日期:2014-05-17  浏览次数:20873 次

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环境下看到了