找到:
------------------------
If GetData(45,n) >=60 Then GetData(8,n) = GetFobStr("此帖有待管理人员审核才能查看") (注意此代码有两处,在第二处加)
----------------
和
--------------------
If GetData(38,n) > 0 and cCur(GetData(1,n)) = 0 and GetData(38,n) <> 80 Then
------------------------
两处的上面插入:
-----------------------
%>
<img src=http://www.51one.net/tobbs/images/blank.gif width=20 height=2>字体: <span onClick="SPAN<%=N%>.style.fontSize='24px';SPAN<%=N%>.style.lineHeight='30pt';" style="cursor:hand">大</span> <span onClick="SPAN<%=N%>.style.fontSize='16px';SPAN<%=N%>.style.lineHeight='22pt';" style="cursor:hand">中</span> <span onClick="SPAN<%=N%>.style.fontSize='12px';SPAN<%=N%>.style.lineHeight='15pt';" style="cursor:hand">小</span><BR>
<%
--------------------------------------------------
以下有两处:
------------------------
If DEF_AnnounceFontSize <> "0" then Response.Write "<span style=font-size:" & DEF_AnnounceFontSize & ">"
----------------------------------------------
修改为:
-----------------
If DEF_AnnounceFontSize <> "0" then Response.Write "<span style=font-size:" & DEF_AnnounceFontSize & " ID=""SPAN" & N & """>"
-------------------------------------------

