文章首页使用

      web 2005-7-31 8:48

首页,将使用articeindex2.asp的首页图片样式和Article_Index3.asp的内容循环
和最新推荐,最新热门
tr为行循环,td为单元格循环,内套表格


<%
            iClassID=iClassID+1
            if iClassID mod 4=0 then
                response.write "</tr><tr>"
            else
                response.write "<td width='5'></td>"
            end if
            rsRoot.movenext
        loop
    end if
    rsRoot.close
    set rsRoot=nothing
%>
其中mod 4=0中,4为横向重复数目。

class模板中,有两部分,上部分为具体的,下半部分为详细的

1,如果首页图片无图则为空

2.标题前加点,不要用图片,利于整个范围内使用图片一象素描边
·
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}