首页文件/index/1/index.aspx打开。
将
<table border="0" cellpadding="0" cellspacing="0" width="100%"><asp:Literal ID="Literal_bbs1" runat="server"></asp:Literal></table>
改成
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="none"><asp:Literal ID="Literal_bbs1" runat="server"></asp:Literal></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<%=ZK.BindEasy("select top 9 * from bbs where enable=1 and classid=5 order by time desc,id desc", "<tr><td><div><a title=\"{{#title}}\" href=\"/bbs/{{id}}.htm\" target=\"_blank\">{{title}}</a></div></td><td class=\"time\">({{time}})</td></tr>", "title", 32, "..", "time", "MM-dd")%>
</table>