|
主题:不规则标签控制不了之间的行距吗? [收藏主题] | 转到: |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
打开syscls/ks_Refreshfunctioncls.asp里的文件 找到不规则的那个函数GetCommonNotRuleArticleList 把 GetCommonNotRuleArticleList = GetCommonNotRuleArticleList & "<tr><td>" & vbCrLf 改成 GetCommonNotRuleArticleList = GetCommonNotRuleArticleList & "<tr><td height=""" & RowHeight &""">" & vbCrLf 往下几行,还有一处 If Not ArticleRS.EOF Then GetCommonNotRuleArticleList=GetCommonNotRuleArticleList & "<td>" & NaviStr 改成 If Not ArticleRS.EOF Then GetCommonNotRuleArticleList=GetCommonNotRuleArticleList & "<td height=""" & RowHeight &""">" & NaviStr |
|
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |