fggh - 2014/10/20 11:01:38
下载的网站模板,在网站参数下,顶部内容和banner不能修改,源代码修改后会直接丢失banner。比如学校模板的banner,源代码是
<div style="padding-bottom: 2px; padding-left: 20px;">
<table width="935" height="30" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;">
<tbody>
<tr>
<td style="width: 180px; text-align: left; padding-top: 5px;">今天是:</td>
<td style="width: 500px; text-align: left;"><iframe width="285" height="25" src="http://cache.xixik.com.cn/1/zhongshan/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="allowtransparency"></iframe></td>
<td style="width: 260px; text-align: right;">
<div class="search_bar">
<form action="/e/search/" method="get" target="zdy_search" name="S_article">
<input class="stitle" id="s_kw" type="text" size="16" maxlength="50" name="title" /> <input type="hidden" value="49" name="modelid" /><input type="hidden" value="1" name="siteid" /><input class="button" type="submit" onclick="return c_keyword()" value="全站搜索" />
</form>
</div>
</td>
</tr>
</tbody>
</table>
</div>
提交后直接丢失日期
xiyou - 2014/10/20 11:19:21
如果是高版本ie,开启一下兼容模式,高版本安全设置过高,会屏蔽iframe和js这些标签,或者换火狐浏览器