|
蓝森林 http://www.lslnet.com 2006年8月25日 8:28
#include的问题
我想每个版面用固定的头,用<!--#include file ="../head.asp"-->引用head.asp文件,并且想把这个固定头的方式设成模板。
出现的问题是,我的可编辑区域总是在头的上面,我把<!--#include file ="../head.asp"-->这句话写在body的第一行可是不行,一放到第一行模板就是说有可编辑区域了,众僧有何高见。。谢谢。。。
:( |
多设一个可编辑区域 |
请圣僧说仔细些好吗?怎么多设一个可编辑区域?
<!--#include file ="../head.asp"-->
<!-- TemplateBeginEditable name="EditRegion3" -->
<table width="775" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td height="70"> </td>
</tr>
</table>
<!-- TemplateEndEditable -->
<!--#include file ="../end.asp"-->
如上,为什么就不行呢?什么错误?
惑..
|
众僧帮帮忙啊。。 |
[html]<!--#include file ="../head.asp"-->
<!-- TemplateBeginEditable name="EditRegion1" -->
<table width="775" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td height="70"> </td>
</tr>
</table>
<!-- TemplateEndEditable -->[/html] |
|